make .onion domains declarative, site updates, add helpers
This commit is contained in:
parent
b3d2a34bc0
commit
450a5ce1d6
25 changed files with 341 additions and 109 deletions
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
services = {
|
||||
caddy.enable = true;
|
||||
tor.enable = true;
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
#globalConfig = ''
|
||||
# pki {
|
||||
# ca local {
|
||||
# name "Distrust CA"
|
||||
# }
|
||||
# }
|
||||
#'';
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue