diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:05:03 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:05:03 +0200 |
| commit | 00dc47c6642d9a18d4c00c2693379907102eb243 (patch) | |
| tree | 3d23252951c6a7cda9ca9186bad81a49596de03d /custom | |
| parent | 9bedd2b65944a90b13130cf943a91528bf33f1a7 (diff) | |
| download | nixos-00dc47c6642d9a18d4c00c2693379907102eb243.tar nixos-00dc47c6642d9a18d4c00c2693379907102eb243.tar.gz nixos-00dc47c6642d9a18d4c00c2693379907102eb243.tar.bz2 nixos-00dc47c6642d9a18d4c00c2693379907102eb243.tar.xz nixos-00dc47c6642d9a18d4c00c2693379907102eb243.zip | |
...
Diffstat (limited to 'custom')
| -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 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 | ||
