migrate firewall config increase security
This commit is contained in:
parent
1cf7f2c054
commit
4ecc6a4ae6
4 changed files with 55 additions and 3 deletions
|
|
@ -15,6 +15,7 @@ in
|
|||
"${modulesPath}/virtualisation/lxc-container.nix"
|
||||
];
|
||||
deploy = {
|
||||
enable = true;
|
||||
address = "200:1978:6503:e6f0:2dbe:11fd:74b:ff64";
|
||||
};
|
||||
sops.secrets = {
|
||||
|
|
@ -39,7 +40,6 @@ in
|
|||
};
|
||||
};
|
||||
networking = {
|
||||
firewall.enable = false;
|
||||
yggdrasil = {
|
||||
enable = true;
|
||||
AllowedPublicKeys = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue