disable firewall on tofu [deploy]
This commit is contained in:
parent
33934f8eee
commit
ea0478286a
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
flake,
|
||||
modulesPath,
|
||||
config,
|
||||
|
|
@ -38,6 +39,7 @@ in
|
|||
};
|
||||
};
|
||||
networking = {
|
||||
firewall.enable = lib.mkForce false;
|
||||
hostName = "tofu";
|
||||
};
|
||||
environment.systemPackages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue