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:
@@ -26,7 +26,7 @@
|
||||
};
|
||||
wilde = {
|
||||
ipv4 = "10.243.2.4";
|
||||
ipv6 = "";
|
||||
ipv6 = "42:0:3c46:907c:1fb8:b74f:c59b:1ee3";
|
||||
};
|
||||
}.${config.networking.hostName};
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user