new rootdisk
This commit is contained in:
parent
965fa89ab9
commit
024845ceac
|
@ -14,12 +14,12 @@
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-uuid/963c5cb4-e35d-4992-83e9-5f8724de2c88";
|
{ device = "/dev/disk/by-uuid/0e798204-b0bb-42fa-9cac-6a48d15400a9";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/5951-2630";
|
{ device = "/dev/disk/by-uuid/12A8-6CF2";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user