From 655df77026ded203cb0d54416bc5a9d1545fb4ed Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Mar 2022 18:52:42 -0800 Subject: gitea: typo --- hosts/common/server/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') 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"; }; -- cgit 1.4.1