aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/herra')
-rw-r--r--hosts/herra/file-system.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/herra/file-system.nix b/hosts/herra/file-system.nix
index 2e47cf2..42976ff 100644
--- a/hosts/herra/file-system.nix
+++ b/hosts/herra/file-system.nix
@@ -1,6 +1,6 @@
{...}: {
fileSystems."/nix" = {
- options = [ "subvol=@nix" "compress=zstd:3" "noatime" ];
+ options = [ "compress=zstd:3" "noatime" ];
neededForBoot = true;
};
}