From dd9e05c6b46bb91ff8f351c9e8c58efdf8ceed68 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 2 Jun 2018 18:01:43 +0200 Subject: ... --- custom/uucp-mediaclient.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/uucp-mediaclient.nix') diff --git a/custom/uucp-mediaclient.nix b/custom/uucp-mediaclient.nix index f5699749..b2632dc6 100644 --- a/custom/uucp-mediaclient.nix +++ b/custom/uucp-mediaclient.nix @@ -77,7 +77,7 @@ in { }; }; - imports = optional (cfg.notify.users != []) ./notify-users.nix ; + imports = [ ./notify-users.nix ]; config = mkIf (cfg.remoteNodes != []) { services.uucp.commandPath = [ "${recv-media}/bin" ]; -- cgit v1.2.3