From 00dc47c6642d9a18d4c00c2693379907102eb243 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 2 Jun 2018 18:05:03 +0200 Subject: ... --- custom/uucp-mediaclient.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/uucp-mediaclient.nix b/custom/uucp-mediaclient.nix index 9fcf11c8..ab949150 100644 --- a/custom/uucp-mediaclient.nix +++ b/custom/uucp-mediaclient.nix @@ -84,7 +84,7 @@ in { services.uucp.commandPath = [ "${recv-media}/bin" ]; services.uucp.remoteNodes = genAttrs cfg.remoteNodes (name: { commands = ["recv-media"]; } ); - services.notify-users = mkIf (cfg.notify.users != []) notify.users; + services.notify-users = mkIf (cfg.notify.users != []) cfg.notify.users; }; } -- cgit v1.2.3