diff options
| -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 2e012711..e4776ae0 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
| @@ -115,7 +115,7 @@ in { | |||
| 115 | mkdir -p ${config.users.users."uucp".home}/.ssh | 115 | mkdir -p ${config.users.users."uucp".home}/.ssh |
| 116 | chown ${config.users.users."uucp".name}:${config.users.users."uucp".group} ${config.users.users."uucp".home}/.ssh | 116 | chown ${config.users.users."uucp".name}:${config.users.users."uucp".group} ${config.users.users."uucp".home}/.ssh |
| 117 | chmod 700 ${config.users.users."uucp".home}/.ssh | 117 | chmod 700 ${config.users.users."uucp".home}/.ssh |
| 118 | ln -s ${builtins.toFile "ssh-config" config.services.uucp.sshConfig} ${config.users.users."uucp".home}/.ssh/config | 118 | ln -fs ${builtins.toFile "ssh-config" config.services.uucp.sshConfig} ${config.users.users."uucp".home}/.ssh/config |
| 119 | ''; | 119 | ''; |
| 120 | 120 | ||
| 121 | environment.etc."uucp/port" = { | 121 | environment.etc."uucp/port" = { |
