make .onion domains declarative, site updates, add helpers

This commit is contained in:
root 2025-11-07 03:09:13 +00:00
parent b3d2a34bc0
commit 450a5ce1d6
25 changed files with 341 additions and 109 deletions

View file

@ -10,6 +10,6 @@
ORPort = 9001;
};
};
networking.firewall.allowedTCPPorts = [ 9001 ];
networking.firewall.allowedTCPPorts = [9001];
}