diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 12:35:46 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 12:35:46 +0200 |
commit | 9a6c0e5ae320cb65c47380063c4abca2bbdc4f23 (patch) | |
tree | d4c6839566edb34bc566d64aa1b94b8b9e66ab14 | |
parent | 94366d17176cd146893a659f376a9085001c8669 (diff) | |
download | nixos-9a6c0e5ae320cb65c47380063c4abca2bbdc4f23.tar nixos-9a6c0e5ae320cb65c47380063c4abca2bbdc4f23.tar.gz nixos-9a6c0e5ae320cb65c47380063c4abca2bbdc4f23.tar.bz2 nixos-9a6c0e5ae320cb65c47380063c4abca2bbdc4f23.tar.xz nixos-9a6c0e5ae320cb65c47380063c4abca2bbdc4f23.zip |
force link
-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" = { |