diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-09 13:39:32 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-09 13:39:32 +0200 |
| commit | 1607c60bceea5954704252bda0848bad2ccfafbf (patch) | |
| tree | efce946e7d2d36932838aa32f7a2a9f521015b03 /custom | |
| parent | 87c5775e53a589de8da04d3bb0bfd9500ef165be (diff) | |
| download | nixos-1607c60bceea5954704252bda0848bad2ccfafbf.tar nixos-1607c60bceea5954704252bda0848bad2ccfafbf.tar.gz nixos-1607c60bceea5954704252bda0848bad2ccfafbf.tar.bz2 nixos-1607c60bceea5954704252bda0848bad2ccfafbf.tar.xz nixos-1607c60bceea5954704252bda0848bad2ccfafbf.zip | |
…
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; |
