From 95d9945158d9bacb4e06a9961df7ce3547b54d4c Mon Sep 17 00:00:00 2001 From: Lyn Date: Sun, 10 Nov 2024 04:23:00 +0100 Subject: [PATCH] got trolled by nixos discourse ._. --- 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 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 = [ {