summaryrefslogtreecommitdiff
path: root/custom/uucp-notifyclient.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:41:32 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:41:32 +0200
commit2f26f35880d5a25ebce00e447cda41a2018bf77c (patch)
treee2dedfaac80d2047292e2ff2da1a98ad9a7ca0bb /custom/uucp-notifyclient.nix
parent656f65c78eb6b2e72711acc35e2b936f4279238f (diff)
downloadnixos-2f26f35880d5a25ebce00e447cda41a2018bf77c.tar
nixos-2f26f35880d5a25ebce00e447cda41a2018bf77c.tar.gz
nixos-2f26f35880d5a25ebce00e447cda41a2018bf77c.tar.bz2
nixos-2f26f35880d5a25ebce00e447cda41a2018bf77c.tar.xz
nixos-2f26f35880d5a25ebce00e447cda41a2018bf77c.zip
...
Diffstat (limited to 'custom/uucp-notifyclient.nix')
-rw-r--r--custom/uucp-notifyclient.nix2
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 };
16in { 16in {
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 = [];