I guess i forgot to add networking

This commit is contained in:
botalex 2025-08-15 21:53:02 +02:00
parent f358915432
commit d022103d82
18 changed files with 528 additions and 77 deletions

View file

@ -0,0 +1,8 @@
{pkgs, ... } : {
services.caddy.enable = true;
security.acme.acceptTerms = true;
security.acme.defaults.email = "zhen@deprived.dev";
networking.firewall.enable = false;
}