style: fix some statix issues

This commit is contained in:
Felix Schröter 2022-09-28 15:27:19 +02:00
parent d16258e1ab
commit 9965f73c74
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@ in {
environmentFile = config.age.secrets.restic-b2.path;
passwordFile = config.age.secrets.restic-password.path;
timerConfig.OnCalendar = "daily";
paths = paths;
inherit paths;
extraBackupArgs = let
ignoreFile = builtins.toFile "ignore"
(foldl (a: b: a + "\n" + b) "" ignorePatterns);