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