diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/server/gitea.nix | 2 |
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"; }; |