diff options
-rw-r--r-- | custom/uucp-notifyclient.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
9 | options = { | 9 | options = { |
10 | allowedUsers = mkOption { | 10 | allowedUsers = mkOption { |
11 | type = with types; uniq (listOf str); | 11 | type = with types; uniq (listOf str); |
12 | default = services.notify-users.allowedUsers; | 12 | default = config.services.notify-users.allowedUsers; |
13 | }; | 13 | }; |
14 | }; | 14 | }; |
15 | }; | 15 | }; |