diff options
-rw-r--r-- | custom/uucp-mediaclient.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp-mediaclient.nix b/custom/uucp-mediaclient.nix index aa53987c..f5699749 100644 --- a/custom/uucp-mediaclient.nix +++ b/custom/uucp-mediaclient.nix | |||
@@ -77,7 +77,7 @@ in { | |||
77 | }; | 77 | }; |
78 | }; | 78 | }; |
79 | 79 | ||
80 | imports = mkIf (cfg.notify.users != []) [ ./custom/notify-users.nix ]; | 80 | imports = optional (cfg.notify.users != []) ./notify-users.nix ; |
81 | 81 | ||
82 | config = mkIf (cfg.remoteNodes != []) { | 82 | config = mkIf (cfg.remoteNodes != []) { |
83 | services.uucp.commandPath = [ "${recv-media}/bin" ]; | 83 | services.uucp.commandPath = [ "${recv-media}/bin" ]; |