summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = [];