hosts/Infini-FRAMEWORK: change root subvolume

This commit is contained in:
Infinidoge 2021-10-29 10:42:45 -04:00
parent c465e239f0
commit ae37cba036

View file

@ -16,7 +16,7 @@
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/b99971c6-bdd2-4c55-8992-72d17c19e4b1"; device = "/dev/disk/by-uuid/b99971c6-bdd2-4c55-8992-72d17c19e4b1";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=/" "autodefrag" "noatime" ]; options = [ "subvol=/subvolumes/root" "autodefrag" "noatime" ];
}; };
fileSystems."/boot/efi" = { fileSystems."/boot/efi" = {