diff options
author | tv <tv@shackspace.de> | 2015-10-09 13:34:25 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-09 13:34:25 +0200 |
commit | 87fa7792e3f2debeb221073b393a7909a75a9176 (patch) | |
tree | e85005764cf1f242bbd58657acce6c141fae7909 /krebs | |
parent | 5a49ac6d5e8a35c2f960a4cda2b3db243735248b (diff) |
disband github-known_hosts harder
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/github-hosts-sync.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/krebs/3modules/github-hosts-sync.nix b/krebs/3modules/github-hosts-sync.nix index f44fe3ad8..eaec0333a 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"; }; |