summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/uucp.nix1
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" = ''