1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19: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

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