migrate firewall config increase security

This commit is contained in:
Jermeiah S 2025-06-19 16:21:37 -04:00
parent 1cf7f2c054
commit 4ecc6a4ae6
No known key found for this signature in database
4 changed files with 55 additions and 3 deletions

View file

@ -14,7 +14,10 @@ in
self.nixosModules.default
"${modulesPath}/virtualisation/lxc-container.nix"
];
deploy.address = "200:b938:d405:92df:a6e:1ffd:5213:26b";
deploy = {
enable = true;
address = "200:b938:d405:92df:a6e:1ffd:5213:26b";
};
services = {
tty-ips.enable = true;
uptime-kuma = {
@ -27,7 +30,6 @@ in
};
};
networking = {
firewall.enable = false;
yggdrasil = {
enable = true;
AllowedPublicKeys = [