disable firewall on tofu [deploy]
All checks were successful
/ check (push) Successful in 41s
/ deploy (push) Successful in 50s

This commit is contained in:
Jermeiah S 2025-06-20 16:21:23 -04:00
parent 33934f8eee
commit ea0478286a
No known key found for this signature in database

View file

@ -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 = [