about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-09 18:52:42 -0800
committerFranck Cuny <franck@fcuny.net>2022-03-09 18:52:42 -0800
commit655df77026ded203cb0d54416bc5a9d1545fb4ed (patch)
tree460d552e83e953a024ec9e335440eb68063c48f6 /hosts
parenttraefik: handle fcuny.net and fcuny.xyz (diff)
downloadworld-655df77026ded203cb0d54416bc5a9d1545fb4ed.tar.gz
gitea: typo
Diffstat (limited to '')
-rw-r--r--hosts/common/server/gitea.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/server/gitea.nix b/hosts/common/server/gitea.nix
index b90ef51..d606c75 100644
--- a/hosts/common/server/gitea.nix
+++ b/hosts/common/server/gitea.nix
@@ -30,7 +30,7 @@ in {
 
   services.restic.backups = {
     gitea = {
-      paths = [ cfg.Statedir ];
+      paths = [ cfg.stateDir ];
       repository = "/data/slow/backups/systems";
       passwordFile = config.age.secrets.restic-repo-systems.path;
       timerConfig = { OnCalendar = "00:15"; };