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