From 6a01f3e5e6c7c9d97f8fdc9a091d3d0810030cdc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 2 Jun 2018 18:43:55 +0200 Subject: ... --- custom/uucp-notifyclient.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/uucp-notifyclient.nix b/custom/uucp-notifyclient.nix index 5b74c1e0..be6284b1 100644 --- a/custom/uucp-notifyclient.nix +++ b/custom/uucp-notifyclient.nix @@ -9,7 +9,7 @@ let options = { allowedUsers = mkOption { type = with types; uniq (listOf str); - default = services.notify-users.allowedUsers; + default = config.services.notify-users.allowedUsers; }; }; }; -- cgit v1.2.3