From ea3f1daaf8531ae2de521378808e22de8bef2960 Mon Sep 17 00:00:00 2001 From: Lyn Date: Sun, 10 Nov 2024 03:37:15 +0100 Subject: [PATCH] changed subvolume --- hosts/supernova/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/supernova/hardware-configuration.nix b/hosts/supernova/hardware-configuration.nix index 45f9d9b..2d4c7ad 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=@"]; + options = [ "defaults" "noatime" "compress=zstd" "space_cache=v2" "autodefrag" "subvol=@main"]; }; swapDevices = [ {