hosts/Infini-FRAMEWORK: fix BTRFS subvol
This commit is contained in:
parent
b4b6f39965
commit
6e3d02ed88
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/b99971c6-bdd2-4c55-8992-72d17c19e4b1";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@" "autodefrag" "noatime" ];
|
||||
options = [ "subvol=/" "autodefrag" "noatime" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot/efi" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue