summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/uucp-mediaclient.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp-mediaclient.nix b/custom/uucp-mediaclient.nix
index 9fcf11c8..ab949150 100644
--- a/custom/uucp-mediaclient.nix
+++ b/custom/uucp-mediaclient.nix
@@ -84,7 +84,7 @@ in {
84 services.uucp.commandPath = [ "${recv-media}/bin" ]; 84 services.uucp.commandPath = [ "${recv-media}/bin" ];
85 services.uucp.remoteNodes = genAttrs cfg.remoteNodes (name: { commands = ["recv-media"]; } ); 85 services.uucp.remoteNodes = genAttrs cfg.remoteNodes (name: { commands = ["recv-media"]; } );
86 86
87 services.notify-users = mkIf (cfg.notify.users != []) notify.users; 87 services.notify-users = mkIf (cfg.notify.users != []) cfg.notify.users;
88 }; 88 };
89} 89}
90 90