diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-09 18:52:42 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-09 18:52:42 -0800 |
commit | 655df77026ded203cb0d54416bc5a9d1545fb4ed (patch) | |
tree | 460d552e83e953a024ec9e335440eb68063c48f6 | |
parent | traefik: handle fcuny.net and fcuny.xyz (diff) | |
download | world-655df77026ded203cb0d54416bc5a9d1545fb4ed.tar.gz |
gitea: typo
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"; }; |