This commit is contained in:
root 2025-11-02 14:05:51 +00:00
commit d4bea4c7c5
12 changed files with 328 additions and 0 deletions

8
services/caddy.nix Normal file
View file

@ -0,0 +1,8 @@
{
services = {
caddy.enable = true;
tor.enable = true;
};
networking.firewall.allowedTCPPorts = [80 443];
}