feat: use calutron as the public services server
This commit is contained in:
parent
9eafd6f53e
commit
75f0a17fcb
3 changed files with 15 additions and 13 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue