migrate firewall config increase security
This commit is contained in:
parent
1cf7f2c054
commit
4ecc6a4ae6
4 changed files with 55 additions and 3 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue