diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-05 22:52:02 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-05 22:52:02 +0200 |
| commit | 92b474511015923814f9d2114beda0f48bafd541 (patch) | |
| tree | 30d8ba6e45842d557611ececc5ae65d0a77a23f5 /custom | |
| parent | d6ff65c73b8335c6220783e8860f09c5bf9e09f6 (diff) | |
| download | nixos-92b474511015923814f9d2114beda0f48bafd541.tar nixos-92b474511015923814f9d2114beda0f48bafd541.tar.gz nixos-92b474511015923814f9d2114beda0f48bafd541.tar.bz2 nixos-92b474511015923814f9d2114beda0f48bafd541.tar.xz nixos-92b474511015923814f9d2114beda0f48bafd541.zip | |
…
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/uucp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index 226af792..f5b89bfe 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
| @@ -17,7 +17,7 @@ let | |||
| 17 | chat "" | 17 | chat "" |
| 18 | protocol ${if builtins.hasAttr name cfg.protocols then cfg.protocols."${name}" else cfg.defaultProtocol} | 18 | protocol ${if builtins.hasAttr name cfg.protocols then cfg.protocols."${name}" else cfg.defaultProtocol} |
| 19 | command-path ${concatStringsSep " " cfg.commandPath} | 19 | command-path ${concatStringsSep " " cfg.commandPath} |
| 20 | commands ${concatStringsSep " " (if builtins.hasAttr name cfg.commands then cfg.commands."${name}" else cfg.defaultCommands)} | 20 | commands ${concatStringsSep " " (if builtins.hasAttr name cfg.commands then unique (cfg.defaultCommands ++ cfg.commands."${name}") else cfg.defaultCommands)} |
| 21 | ''; | 21 | ''; |
| 22 | 22 | ||
| 23 | cfg = config.services.uucp; | 23 | cfg = config.services.uucp; |
