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)
|
||||
"/var/lib/docker/"
|
||||
] ++ 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
|
||||
authScript = pkgs.writeShellScriptBin "restic-auth" ''
|
||||
|
|
Loading…
Reference in a new issue