From 87c5775e53a589de8da04d3bb0bfd9500ef165be Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 9 Apr 2018 13:39:04 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/borgbackup.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'custom/borgbackup.nix') 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 @@ -{ config, lib, pkgs, ... }: +{ config, lib, utils, pkgs, ... }: with lib; +with utils; let cfg = config.services.borgbackup; -- cgit v1.2.3