fix: feckin typos
This commit is contained in:
parent
aec580a93e
commit
cb6f9c2b8e
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ This file is for hosting teh open governance for other societies
|
||||||
}:
|
}:
|
||||||
with lib; let
|
with lib; let
|
||||||
# - instead of _ for dns reasons
|
# - instead of _ for dns reasons
|
||||||
name = "open-goverance";
|
name = "open-governance";
|
||||||
|
|
||||||
cfg = config.services.skynet."${name}";
|
cfg = config.services.skynet."${name}";
|
||||||
folder = "/var/skynet/${name}";
|
folder = "/var/skynet/${name}";
|
|
@ -11,7 +11,7 @@ in {
|
||||||
imports = [
|
imports = [
|
||||||
./acme.nix
|
./acme.nix
|
||||||
./dns.nix
|
./dns.nix
|
||||||
./open_goverance/open_goverance.nix
|
./open_governance/open_governance.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
options.services.skynet = {
|
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];
|
networking.firewall.allowedTCPPorts = [80 443];
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
|
Loading…
Reference in a new issue