diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-03-31 22:08:22 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-03-31 22:08:22 +0530 |
| commit | 4cc5d96857c4fec772acee99e7e124058690a365 (patch) | |
| tree | 7b2ad647f3d9b6ba26b82bea51d3246dc5f0e0ff /hardware-configuration.nix | |
| parent | df7b5c1aeddf36c71c6f579ccc9c2487e04d54cb (diff) | |
euo & exa -> eza
Diffstat (limited to 'hardware-configuration.nix')
| -rw-r--r-- | hardware-configuration.nix | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 8f55e8b..e69de29 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -1,31 +0,0 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: - -{ - imports = - [ (modulesPath + "/installer/scan/not-detected.nix") - ]; - - boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/aadeb47f-49f3-4052-b061-6d02fd0165cb"; - fsType = "ext4"; - }; - - fileSystems."/boot/efi" = - { device = "/dev/disk/by-uuid/111C-A2C4"; - fsType = "vfat"; - options = [ "fmask=0022" "dmask=0022" ]; - }; - - swapDevices = [ ]; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} |
