diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 13:07:56 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 13:07:56 +0200 |
| commit | ebcef46a1b3e1007cbd87a8ffd49a55027a6f1d8 (patch) | |
| tree | d8d507531e5962acab75c03bedf52a86366bd369 | |
| parent | bc58a98ec15e30b6b0765e2e73d16ca605db75a6 (diff) | |
| download | nixos-ebcef46a1b3e1007cbd87a8ffd49a55027a6f1d8.tar nixos-ebcef46a1b3e1007cbd87a8ffd49a55027a6f1d8.tar.gz nixos-ebcef46a1b3e1007cbd87a8ffd49a55027a6f1d8.tar.bz2 nixos-ebcef46a1b3e1007cbd87a8ffd49a55027a6f1d8.tar.xz nixos-ebcef46a1b3e1007cbd87a8ffd49a55027a6f1d8.zip | |
uucp needs a login shell
| -rw-r--r-- | custom/uucp.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index da59d74d..8490ca4f 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
| @@ -119,6 +119,7 @@ in { | |||
| 119 | createHome = true; | 119 | createHome = true; |
| 120 | home = config.services.uucp.spoolDir; | 120 | home = config.services.uucp.spoolDir; |
| 121 | description = "User for uucp over ssh"; | 121 | description = "User for uucp over ssh"; |
| 122 | useDefaultShell = true; | ||
| 122 | } // config.services.uucp.sshUser; | 123 | } // config.services.uucp.sshUser; |
| 123 | 124 | ||
| 124 | system.activationScripts."uucp-sshconfig" = '' | 125 | system.activationScripts."uucp-sshconfig" = '' |
