hosts/Infini-FRAMEWORK: fix root subvol

This commit is contained in:
Infinidoge 2021-11-01 08:50:03 -04:00
parent b073fea5cd
commit 4db2a68072

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=/subvolumes/root" "autodefrag" "noatime" ]; options = [ "subvol=subvolumes/root" "autodefrag" "noatime" ];
}; };
fileSystems."/boot/efi" = { fileSystems."/boot/efi" = {