diff --git a/hosts/supernova/hardware-configuration.nix b/hosts/supernova/hardware-configuration.nix index 939bfbc..a4e4f86 100644 --- a/hosts/supernova/hardware-configuration.nix +++ b/hosts/supernova/hardware-configuration.nix @@ -49,7 +49,7 @@ fileSystems."/mnt/chungus" = { device = "/dev/mapper/chungus_1"; fsType = "btrfs"; - options = [ "defaults" "noatime" "compress=zstd" "space_cache=v2" "autodefrag" "subvol=@main"]; + options = [ "defaults" "noatime" "compress=zstd" "space_cache=v2" "autodefrag" "subvol=main"]; }; swapDevices = [ {