about summary refs log tree commit diff
path: root/hosts/common/server/gitea.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/server/gitea.nix')
-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"; };