diff options
| -rw-r--r-- | custom/borgbackup.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix index e00a9d74..1826b954 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | { config, lib, pkgs, ... }: | 1 | { config, lib, utils, pkgs, ... }: |
| 2 | 2 | ||
| 3 | with lib; | 3 | with lib; |
| 4 | with utils; | ||
| 4 | 5 | ||
| 5 | let | 6 | let |
| 6 | cfg = config.services.borgbackup; | 7 | cfg = config.services.borgbackup; |
