This commit is contained in:
Peder Bergebakken Sundt 2023-11-20 22:17:06 +01:00
parent a4b74ad65f
commit 2bdfea379a
1 changed files with 4 additions and 4 deletions

View File

@ -14,14 +14,14 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-2"; #{ device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-2";
# device = "/dev/disk/by-uuid/a0d75d1f-82be-4ae5-aaed-26cd25a30dd1"; { device = "/dev/disk/by-uuid/aaaf3c32-117e-463c-918e-8c9d86833836";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot/efi" = fileSystems."/boot/efi" =
{ device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-1"; #{ device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-1";
# device = "/dev/disk/by-uuid/C52A-54B5"; { device = "/dev/disk/by-uuid/6E89-FC7C";
fsType = "vfat"; fsType = "vfat";
}; };