feat: use calutron as the public services server

This commit is contained in:
silver 2024-05-30 13:12:37 +01:00
parent 9eafd6f53e
commit 75f0a17fcb
Signed by: silver
GPG key ID: 54E2C71918E93B74
3 changed files with 15 additions and 13 deletions

View file

@ -11,8 +11,6 @@ in {
imports = [
./acme.nix
./dns.nix
./open_governance/open_governance.nix
./open_governance/keyserver.nix
];
options.services.skynet = {
@ -64,10 +62,6 @@ in {
}
];
services.skynet.open-governance.host = cfg.host;
services.skynet.keyserver.host = cfg.host;
networking.firewall.allowedTCPPorts = [80 443];
services.nginx = {
enable = true;
group = "acme";