summaryrefslogtreecommitdiff
path: root/custom/uucp-mediaclient.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:05:03 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:05:03 +0200
commit00dc47c6642d9a18d4c00c2693379907102eb243 (patch)
tree3d23252951c6a7cda9ca9186bad81a49596de03d /custom/uucp-mediaclient.nix
parent9bedd2b65944a90b13130cf943a91528bf33f1a7 (diff)
downloadnixos-00dc47c6642d9a18d4c00c2693379907102eb243.tar
nixos-00dc47c6642d9a18d4c00c2693379907102eb243.tar.gz
nixos-00dc47c6642d9a18d4c00c2693379907102eb243.tar.bz2
nixos-00dc47c6642d9a18d4c00c2693379907102eb243.tar.xz
nixos-00dc47c6642d9a18d4c00c2693379907102eb243.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 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