about summary refs log tree commit diff
path: root/hosts/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/configuration.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index bb0817c..5bf0cf0 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -168,17 +168,6 @@
     };
   };
 
-  environment.persistence."/persist" = {
-    directories = [
-      "/var/log"
-      "/var/lib"
-    ];
-    files = [
-      "/etc/machine-id"
-      "/etc/nix/id_rsa"
-    ];
-  };
-
   nix = {
     registry.nixpkgs.flake = inputs.nixpkgs;
     gc = {