about summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-10 18:27:40 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-10 18:27:40 -0700
commit5ba538d36f001ec5ca07a6367bce5d9a523690f3 (patch)
treea9c909f396c4aab1e0c17be8f27c89aad079670a /profiles
parentprofiles/git-server: move gitolite and cgit (diff)
downloadworld-5ba538d36f001ec5ca07a6367bce5d9a523690f3.tar.gz
profiles/git-server: fix path for the backup
Diffstat (limited to '')
-rw-r--r--profiles/git-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/git-server.nix b/profiles/git-server.nix
index c49f0e1..19f5b5c 100644
--- a/profiles/git-server.nix
+++ b/profiles/git-server.nix
@@ -125,5 +125,5 @@ in
     '';
   };
 
-  my.services.backup.paths = [ cfg.stateDir ];
+  my.services.backup.paths = [ stateDir ];
 }