style: fix some statix issues
This commit is contained in:
parent
d16258e1ab
commit
9965f73c74
4 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue