summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index 61e42119..2a1fb401 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -244,7 +244,7 @@ in {
244 chown ${config.users.users."uucp".name}:${config.users.users."uucp".group} ${config.users.users."uucp".home}/.ssh 244 chown ${config.users.users."uucp".name}:${config.users.users."uucp".group} ${config.users.users."uucp".home}/.ssh
245 chmod 700 ${config.users.users."uucp".home}/.ssh 245 chmod 700 ${config.users.users."uucp".home}/.ssh
246 ln -fs ${builtins.toFile "ssh-config" '' 246 ln -fs ${builtins.toFile "ssh-config" ''
247 ${concatStringsSpec "\n" (mapAttrsToList sshConfig cfg.remoteNodes)} 247 ${concatStringsSep "\n" (mapAttrsToList sshConfig cfg.remoteNodes)}
248 248
249 ${cfg.extraSSHConfig} 249 ${cfg.extraSSHConfig}
250 ''} ${config.users.users."uucp".home}/.ssh/config 250 ''} ${config.users.users."uucp".home}/.ssh/config