add some spare wireguard keys
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
./modules/rdp.nix
|
||||
./modules/docker.nix
|
||||
./modules/wireguard.nix
|
||||
./modules/cron.nix
|
||||
#./modules/dyndns.nix i think ddclient is deprecated
|
||||
#./modules/home-assistant.nix idk dont like this
|
||||
agenix.nixosModules.default
|
||||
|
||||
5
server/modules/cron.nix
Normal file
5
server/modules/cron.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
services.cron = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -41,6 +41,48 @@
|
||||
endpoint = "kopatz.ddns.net:51820";
|
||||
publicKey = "8Eigfs+k2k2WPaMn+SqDmlSHdMv+I+xcBr/2qhtpGzI=";
|
||||
}
|
||||
|
||||
{
|
||||
allowedIPs = [
|
||||
"192.168.2.20/32"
|
||||
];
|
||||
persistentKeepalive = 25;
|
||||
endpoint = "kopatz.ddns.net:51820";
|
||||
publicKey = "25u1RSfjsx3wb1DMeTm0pvUfUkG7zTjGaN+m0w6ZjCw=";
|
||||
}
|
||||
{
|
||||
allowedIPs = [
|
||||
"192.168.2.21/32"
|
||||
];
|
||||
persistentKeepalive = 25;
|
||||
endpoint = "kopatz.ddns.net:51820";
|
||||
publicKey = "S+8F+yxSQvjjoU44LRYqRv1YulqmOKumUtYo/YIh7X8=";
|
||||
}
|
||||
{
|
||||
allowedIPs = [
|
||||
"192.168.2.22/32"
|
||||
];
|
||||
persistentKeepalive = 25;
|
||||
endpoint = "kopatz.ddns.net:51820";
|
||||
publicKey = "/dIW7K49vB9HOghFeXvcY7wu2utQltuv6RfgCbxZwlk=";
|
||||
}
|
||||
{
|
||||
allowedIPs = [
|
||||
"192.168.2.23/32"
|
||||
];
|
||||
persistentKeepalive = 25;
|
||||
endpoint = "kopatz.ddns.net:51820";
|
||||
publicKey = "89rjQXNcyCRUCihqfqcOnctWmhiNR8snpRFF6dyHAmk=";
|
||||
}
|
||||
{
|
||||
allowedIPs = [
|
||||
"192.168.2.24/32"
|
||||
];
|
||||
persistentKeepalive = 25;
|
||||
endpoint = "kopatz.ddns.net:51820";
|
||||
publicKey = "adaWtboVz3UhpNBKFirs7slbU2+Y3GaV5yS2EoafwVU=";
|
||||
}
|
||||
|
||||
];
|
||||
privateKeyFile = config.age.secrets.wireguard-private.path;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user