From ebcef46a1b3e1007cbd87a8ffd49a55027a6f1d8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 27 Apr 2016 13:07:56 +0200 Subject: uucp needs a login shell --- custom/uucp.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'custom') 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 { createHome = true; home = config.services.uucp.spoolDir; description = "User for uucp over ssh"; + useDefaultShell = true; } // config.services.uucp.sshUser; system.activationScripts."uucp-sshconfig" = '' -- cgit v1.2.3