adjust hardware config to fit new disk (using disk ids instead of uuids since they seem to have been copied over too? goofy)
This commit is contained in:
parent
c67fd57d7e
commit
ffa4ae2ea4
1 changed files with 2 additions and 2 deletions
|
|
@ -14,12 +14,12 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/75194a0f-7df7-4a6e-bf58-3bcf9bc278db";
|
||||
{ device = "/dev/disk/by-id/nvme-WD_BLACK_SN7100_2TB_252830800317-part2";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/7235-4054";
|
||||
{ device = "/dev/disk/by-id/nvme-WD_BLACK_SN7100_2TB_252830800317-part1";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue