forked from poz/niksos
fix partition uuids on del
This commit is contained in:
parent
9db38ab45e
commit
6fbec137aa
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/dd5b411e-c9fb-4b0f-bddf-f690c61eb506";
|
||||
{ device = "/dev/disk/by-uuid/e857f098-ceea-48a5-b928-069384b05471";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/D71D-D218";
|
||||
{ device = "/dev/disk/by-uuid/3684-E236";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue