diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:41:32 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:41:32 +0200 |
commit | 2f26f35880d5a25ebce00e447cda41a2018bf77c (patch) | |
tree | e2dedfaac80d2047292e2ff2da1a98ad9a7ca0bb | |
parent | 656f65c78eb6b2e72711acc35e2b936f4279238f (diff) | |
download | nixos-2f26f35880d5a25ebce00e447cda41a2018bf77c.tar nixos-2f26f35880d5a25ebce00e447cda41a2018bf77c.tar.gz nixos-2f26f35880d5a25ebce00e447cda41a2018bf77c.tar.bz2 nixos-2f26f35880d5a25ebce00e447cda41a2018bf77c.tar.xz nixos-2f26f35880d5a25ebce00e447cda41a2018bf77c.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 373c0553..65c96c07 100644 --- a/custom/uucp-notifyclient.nix +++ b/custom/uucp-notifyclient.nix | |||
@@ -15,7 +15,7 @@ let | |||
15 | }; | 15 | }; |
16 | in { | 16 | in { |
17 | options = { | 17 | options = { |
18 | services.uucp.notify-client = mkOption { | 18 | services.uucp.notify-client = { |
19 | remoteNodes = mkOption { | 19 | remoteNodes = mkOption { |
20 | type = with types; attrsOf (submodule nodeConfig); | 20 | type = with types; attrsOf (submodule nodeConfig); |
21 | default = []; | 21 | default = []; |