hosts/Infini-FRAMEWORK: fix BTRFS subvol

This commit is contained in:
Infinidoge 2021-10-28 15:18:40 -04:00
parent b4b6f39965
commit 6e3d02ed88

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