summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-10-02 12:04:58 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-10-02 12:04:58 +0200
commita351386271ed0943a11bb6bd25c2a8d513130191 (patch)
treed1e6acb695c1e8f9137f4ae95fdeb1b3e1d17768
parent5c9ddf3c5da23171bc218c27b49b7226bcd1ee10 (diff)
downloadnixos-a351386271ed0943a11bb6bd25c2a8d513130191.tar
nixos-a351386271ed0943a11bb6bd25c2a8d513130191.tar.gz
nixos-a351386271ed0943a11bb6bd25c2a8d513130191.tar.bz2
nixos-a351386271ed0943a11bb6bd25c2a8d513130191.tar.xz
nixos-a351386271ed0943a11bb6bd25c2a8d513130191.zip
vidhar: known host by ip
-rw-r--r--system-profiles/openssh/known-hosts/vidhar.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/openssh/known-hosts/vidhar.nix b/system-profiles/openssh/known-hosts/vidhar.nix
index 94abeab7..241b3b5d 100644
--- a/system-profiles/openssh/known-hosts/vidhar.nix
+++ b/system-profiles/openssh/known-hosts/vidhar.nix
@@ -1,5 +1,5 @@
1let 1let
2 hostNames = ["vidhar.asgard.yggdrasil"]; 2 hostNames = ["192.168.2.168" "vidhar.asgard.yggdrasil"];
3in { 3in {
4 rsa = { 4 rsa = {
5 inherit hostNames; 5 inherit hostNames;