zephyrus: don't depend on git-crypt secrets at all
This commit is contained in:
parent
0589894ec6
commit
e5d6210912
3 changed files with 0 additions and 7 deletions
|
|
@ -11,7 +11,6 @@ let
|
|||
;
|
||||
|
||||
cfg = config.my.services.restic-backup;
|
||||
secrets = config.my.secrets;
|
||||
excludeArg = "--exclude-file=" + (pkgs.writeText "excludes.txt" (concatStringsSep "\n" cfg.exclude));
|
||||
makePruneOpts = pruneOpts:
|
||||
attrsets.mapAttrsToList (name: value: "--keep-${name} ${toString value}") pruneOpts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue