diff --git a/hardware-configuration.nix b/hardware-configuration.nix index a519391..32edfab 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -5,8 +5,7 @@ { imports = - [ - (modulesPath + "/installer/scan/not-detected.nix") + [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" ]; @@ -15,16 +14,14 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { - device = "/dev/disk/by-uuid/796d5ad8-db83-4c4f-883d-2f1f4f1937de"; + { device = "/dev/disk/by-uuid/796d5ad8-db83-4c4f-883d-2f1f4f1937de"; fsType = "ext4"; }; boot.initrd.luks.devices."luks-94d233be-889a-46a4-9c20-b7f026980cbf".device = "/dev/disk/by-uuid/94d233be-889a-46a4-9c20-b7f026980cbf"; fileSystems."/boot" = - { - device = "/dev/disk/by-uuid/CA05-302F"; + { device = "/dev/disk/by-uuid/CA05-302F"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; };