changed subvolume

This commit is contained in:
Lyn 2024-11-10 03:37:15 +01:00
parent 1746258f58
commit ea3f1daaf8

View file

@ -49,7 +49,7 @@
fileSystems."/mnt/chungus" = {
device = "/dev/mapper/chungus_1";
fsType = "btrfs";
options = [ "defaults" "noatime" "compress=zstd" "space_cache=v2" "autodefrag" "subvol=@"];
options = [ "defaults" "noatime" "compress=zstd" "space_cache=v2" "autodefrag" "subvol=@main"];
};
swapDevices = [
{