diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:43:55 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:43:55 +0200 |
commit | 6a01f3e5e6c7c9d97f8fdc9a091d3d0810030cdc (patch) | |
tree | 8979be3186b76993307fe24e54a5bafccf9ce8d2 | |
parent | 025e6322a66d53be8b9db8be9574df3a24cdb7ae (diff) | |
download | nixos-6a01f3e5e6c7c9d97f8fdc9a091d3d0810030cdc.tar nixos-6a01f3e5e6c7c9d97f8fdc9a091d3d0810030cdc.tar.gz nixos-6a01f3e5e6c7c9d97f8fdc9a091d3d0810030cdc.tar.bz2 nixos-6a01f3e5e6c7c9d97f8fdc9a091d3d0810030cdc.tar.xz nixos-6a01f3e5e6c7c9d97f8fdc9a091d3d0810030cdc.zip |
...
-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 | }; |