From 394f38c7d103770b7af27c50781572a6195791ea Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 4 Nov 2025 22:27:30 -0600 Subject: [PATCH] test: impermanence --- systems/ceres/config/filesystem.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systems/ceres/config/filesystem.nix b/systems/ceres/config/filesystem.nix index 31b5a19..99b15e4 100755 --- a/systems/ceres/config/filesystem.nix +++ b/systems/ceres/config/filesystem.nix @@ -14,6 +14,8 @@ in fsType = "btrfs"; options = [ "subvol=@" + "compress=zstd" + "noatime" ]; }; @@ -75,7 +77,8 @@ in hideMounts = true; directories = [ "/var/log" - "/var/lib" + "/var/lib/nixos" + "/var/lib/systemd/coredump" "/var/cache" "/etc/ssh" ];