diff --git a/modules/hardware-configuration.nix b/modules/hardware-configuration.nix index a54869a..36a8ce0 100644 --- a/modules/hardware-configuration.nix +++ b/modules/hardware-configuration.nix @@ -8,7 +8,7 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" "rtsx_pci_sdmmc" ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "rtsx_pci_sdmmc" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; @@ -33,7 +33,7 @@ fsType = "autofs"; }; - fileSystems."/home" = + fileSystems."/home/coolneng" = { device = "syscea/stateful/home"; fsType = "zfs"; }; @@ -49,12 +49,12 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/4AED-6F54"; + { device = "/dev/disk/by-uuid/4851-6B40"; fsType = "vfat"; }; swapDevices = - [ { device = "/dev/disk/by-uuid/3403dce5-dfd2-42bc-9b38-58995c3fb93a"; } + [ { device = "/dev/disk/by-uuid/c8e252ac-941f-4290-8212-42c1bc2bff69"; } ]; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";