init
This commit is contained in:
commit
d4bea4c7c5
12 changed files with 328 additions and 0 deletions
8
services/caddy.nix
Normal file
8
services/caddy.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
services = {
|
||||
caddy.enable = true;
|
||||
tor.enable = true;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue