summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/borgbackup.nix3
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
3with lib; 3with lib;
4with utils;
4 5
5let 6let
6 cfg = config.services.borgbackup; 7 cfg = config.services.borgbackup;