eple
This commit is contained in:
parent
a4b74ad65f
commit
2bdfea379a
|
@ -14,14 +14,14 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ 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-path/pci-0000:01:00.0-nvme-2";
|
||||
{ device = "/dev/disk/by-uuid/aaaf3c32-117e-463c-918e-8c9d86833836";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot/efi" =
|
||||
{ device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-1";
|
||||
# device = "/dev/disk/by-uuid/C52A-54B5";
|
||||
#{ device = "/dev/disk/by-path/pci-0000:01:00.0-nvme-1";
|
||||
{ device = "/dev/disk/by-uuid/6E89-FC7C";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue