1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 11:31:09 +01:00

wilde: add to retiolum

This commit is contained in:
Kierán Meinhardt
2019-06-15 20:11:39 +02:00
parent 38ca7ab438
commit f58de38efb
2 changed files with 8 additions and 1 deletions

View File

@@ -26,7 +26,7 @@
}; };
wilde = { wilde = {
ipv4 = "10.243.2.4"; ipv4 = "10.243.2.4";
ipv6 = ""; ipv6 = "42:0:3c46:907c:1fb8:b74f:c59b:1ee3";
}; };
}.${config.networking.hostName}; }.${config.networking.hostName};

View File

@@ -20,11 +20,13 @@ in {
users.users.root.openssh.authorizedKeys.keys = [ users.users.root.openssh.authorizedKeys.keys = [
sshKey.homeros sshKey.homeros
sshKey.scardanelli sshKey.scardanelli
sshKey.wilde
]; ];
users.users.me.openssh.authorizedKeys.keys = [ users.users.me.openssh.authorizedKeys.keys = [
sshKey.homeros sshKey.homeros
sshKey.scardanelli sshKey.scardanelli
sshKey.wilde
]; ];
home-manager.users.me.programs.ssh = { home-manager.users.me.programs.ssh = {
@@ -45,6 +47,11 @@ in {
user = "kfm"; user = "kfm";
port = sshPort; port = sshPort;
}; };
wilde = {
hostname = "wilde.r";
user = "kfm";
port = sshPort;
};
menstruation-logs = { menstruation-logs = {
user = "root"; user = "root";
hostname = "v22017123717457389.megasrv.de"; hostname = "v22017123717457389.megasrv.de";