restic: Fix typo in excludes filename
This commit is contained in:
parent
3934c84644
commit
6a8904011a
|
@ -27,7 +27,7 @@ let
|
||||||
# Docker (state should be kept somewhere else)
|
# Docker (state should be kept somewhere else)
|
||||||
"/var/lib/docker/"
|
"/var/lib/docker/"
|
||||||
] ++ cfg.extraExcludes;
|
] ++ cfg.extraExcludes;
|
||||||
excludesFile = pkgs.writeText "exludes.txt" (lib.concatStringsSep "\n" excludes);
|
excludesFile = pkgs.writeText "excludes.txt" (lib.concatStringsSep "\n" excludes);
|
||||||
|
|
||||||
# script to use restic as user without dealing with authentication
|
# script to use restic as user without dealing with authentication
|
||||||
authScript = pkgs.writeShellScriptBin "restic-auth" ''
|
authScript = pkgs.writeShellScriptBin "restic-auth" ''
|
||||||
|
|
Loading…
Reference in a new issue