fix: feckin typos

This commit is contained in:
silver 2024-05-04 00:15:20 +01:00
parent aec580a93e
commit cb6f9c2b8e
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ This file is for hosting teh open governance for other societies
}:
with lib; let
# - instead of _ for dns reasons
name = "open-goverance";
name = "open-governance";
cfg = config.services.skynet."${name}";
folder = "/var/skynet/${name}";

View file

@ -11,7 +11,7 @@ in {
imports = [
./acme.nix
./dns.nix
./open_goverance/open_goverance.nix
./open_governance/open_governance.nix
];
options.services.skynet = {
@ -63,7 +63,7 @@ in {
}
];
services.skynet.open-goverance.host = cfg.host;
services.skynet.open-governance.host = cfg.host;
networking.firewall.allowedTCPPorts = [80 443];
services.nginx = {