summary refs log tree commit diff
path: root/profiles/impermanence.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-07-30 05:31:10 +0300
committertzlil <tzlils@protonmail.com>2023-07-30 05:31:10 +0300
commit207da0ed099b5a655130e2d1ebaf753d40e0dd0e (patch)
tree2325ad7d38dd7409663bfce8a370a5d54d224837 /profiles/impermanence.nix
parent612e3a6a256a88f53a942a7d65d13513e1bf59f5 (diff)
fuxk you ilan
Diffstat (limited to 'profiles/impermanence.nix')
-rw-r--r--profiles/impermanence.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/impermanence.nix b/profiles/impermanence.nix
index d739f25..5fdd9eb 100644
--- a/profiles/impermanence.nix
+++ b/profiles/impermanence.nix
@@ -9,7 +9,7 @@ in {
   imports = [inputs.impermanence.nixosModules.impermanence];
 
   config = {
-    environment.persistence."/nix/persistent" = {
+    environment.persistence."/nix/persist" = {
       hideMounts = true;
       directories = [
         "/var/log"
@@ -22,6 +22,6 @@ in {
         ++ sshHostKeys
 	++ (map (x: x + ".pub") sshHostKeys);
     };
-    age.identityPaths = (map (x: "/nix/persistent" + x) sshHostKeys);
+    age.identityPaths = (map (x: "/nix/persist" + x) sshHostKeys);
   };
 }