about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to 'flake')
-rw-r--r--flake/nixosConfigurations/common.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/flake/nixosConfigurations/common.nix b/flake/nixosConfigurations/common.nix
index bdf65a35..585e883b 100644
--- a/flake/nixosConfigurations/common.nix
+++ b/flake/nixosConfigurations/common.nix
@@ -12,7 +12,16 @@
     };
 
     home-manager.enable = true;
-    impermanence.enable = true;
+    impermanence = {
+      enable = true;
+
+      directories = [
+        "/etc/nixos"
+        "/var/log"
+        "/var/lib/systemd"
+        "/var/lib/nixos"
+      ];
+    };
     polkit.enable = true;
     power.enable = true;