From f58de38efb3d232432d07fde0582f5666deb4ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 15 Jun 2019 20:11:39 +0200 Subject: [PATCH] wilde: add to retiolum --- configs/retiolum.nix | 2 +- configs/ssh.nix | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/configs/retiolum.nix b/configs/retiolum.nix index 49c25f3..c62d3a1 100644 --- a/configs/retiolum.nix +++ b/configs/retiolum.nix @@ -26,7 +26,7 @@ }; wilde = { ipv4 = "10.243.2.4"; - ipv6 = ""; + ipv6 = "42:0:3c46:907c:1fb8:b74f:c59b:1ee3"; }; }.${config.networking.hostName}; diff --git a/configs/ssh.nix b/configs/ssh.nix index 3b9e6d5..b2b06f4 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -20,11 +20,13 @@ in { users.users.root.openssh.authorizedKeys.keys = [ sshKey.homeros sshKey.scardanelli + sshKey.wilde ]; users.users.me.openssh.authorizedKeys.keys = [ sshKey.homeros sshKey.scardanelli + sshKey.wilde ]; home-manager.users.me.programs.ssh = { @@ -45,6 +47,11 @@ in { user = "kfm"; port = sshPort; }; + wilde = { + hostname = "wilde.r"; + user = "kfm"; + port = sshPort; + }; menstruation-logs = { user = "root"; hostname = "v22017123717457389.megasrv.de";