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";