Update root volume for new install
This commit is contained in:
parent
e814114ccf
commit
5e5fa5d75e
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-uuid/9d8ba6f0-5ade-482b-b6f4-b4228737c72c";
|
{ device = "/dev/disk/by-uuid/ebd125c4-ab78-4604-a0be-826d0a3d0c03";
|
||||||
fsType = "xfs";
|
fsType = "btrfs";
|
||||||
|
options = [ "subvol=@" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
|
|
Loading…
Reference in a new issue