1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +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 = {
ipv4 = "10.243.2.4";
ipv6 = "";
ipv6 = "42:0:3c46:907c:1fb8:b74f:c59b:1ee3";
};
}.${config.networking.hostName};

View File

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