summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/github-hosts-sync.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-09 13:34:25 +0200
committertv <tv@shackspace.de>2015-10-09 13:34:25 +0200
commit87fa7792e3f2debeb221073b393a7909a75a9176 (patch)
treee85005764cf1f242bbd58657acce6c141fae7909 /krebs/3modules/github-hosts-sync.nix
parent5a49ac6d5e8a35c2f960a4cda2b3db243735248b (diff)
disband github-known_hosts harder
Diffstat (limited to 'krebs/3modules/github-hosts-sync.nix')
-rw-r--r--krebs/3modules/github-hosts-sync.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/krebs/3modules/github-hosts-sync.nix b/krebs/3modules/github-hosts-sync.nix
index f44fe3ad..eaec0333 100644
--- a/krebs/3modules/github-hosts-sync.nix
+++ b/krebs/3modules/github-hosts-sync.nix
@@ -60,8 +60,6 @@ let
-m 0400 \
${cfg.ssh-identity-file} \
"$ssh_identity_file_target"
-
- ln -snf ${pkgs.github-known_hosts} ${cfg.dataDir}/.ssh/known_hosts
'';
ExecStart = "${pkgs.github-hosts-sync}/bin/github-hosts-sync";
};