Update root volume for new install

This commit is contained in:
John Locke 2024-03-10 14:40:07 -07:00
parent e814114ccf
commit 5e5fa5d75e

View file

@ -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" =