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,
|
flake,
|
||||||
modulesPath,
|
modulesPath,
|
||||||
config,
|
config,
|
||||||
|
|
@ -38,6 +39,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking = {
|
networking = {
|
||||||
|
firewall.enable = lib.mkForce false;
|
||||||
hostName = "tofu";
|
hostName = "tofu";
|
||||||
};
|
};
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue