summaryrefslogtreecommitdiff
path: root/custom/uucp-mediaclient.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:01:20 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:01:20 +0200
commitbd39299bc981ff9744b8e693edfe1614e3674712 (patch)
tree136ed19115118575cf41d1ec51032e90c2d51119 /custom/uucp-mediaclient.nix
parentb41ebb78b6949d8cba0f2b63a0599daab5730a78 (diff)
downloadnixos-bd39299bc981ff9744b8e693edfe1614e3674712.tar
nixos-bd39299bc981ff9744b8e693edfe1614e3674712.tar.gz
nixos-bd39299bc981ff9744b8e693edfe1614e3674712.tar.bz2
nixos-bd39299bc981ff9744b8e693edfe1614e3674712.tar.xz
nixos-bd39299bc981ff9744b8e693edfe1614e3674712.zip
...
Diffstat (limited to 'custom/uucp-mediaclient.nix')
-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 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" ];