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:
@@ -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};
|
||||||
|
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user