mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
new website, murmur fixes
This commit is contained in:
parent
769ec0635a
commit
7e24acc872
3 changed files with 10 additions and 6 deletions
|
|
@ -109,9 +109,13 @@ in
|
||||||
|
|
||||||
# Certs
|
# Certs
|
||||||
|
|
||||||
network.extraCerts."services_murmur" = "voice.${config.network.dns.domain}";
|
network.extraCerts.services_murmur = "voice.${config.network.dns.domain}";
|
||||||
users.groups."voice-cert".members = [ "nginx" "murmur" ];
|
users.groups."voice-cert".members = [ "nginx" "murmur" ];
|
||||||
security.acme.certs = { "services_murmur" = { group = "voice-cert"; }; };
|
security.acme.certs.services_murmur = {
|
||||||
|
group = "voice-cert";
|
||||||
|
postRun = "systemctl restart murmur";
|
||||||
|
extraDomainNames = [ config.network.dns.domain ];
|
||||||
|
};
|
||||||
|
|
||||||
# DNS
|
# DNS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -89,10 +89,10 @@
|
||||||
"homepage": null,
|
"homepage": null,
|
||||||
"owner": "kittywitch",
|
"owner": "kittywitch",
|
||||||
"repo": "nixexprs",
|
"repo": "nixexprs",
|
||||||
"rev": "2d97bec12deba01402b7189be5116b13b5b5e793",
|
"rev": "0386c0fb902050dbac5de5e7f8a6554d55a46ed5",
|
||||||
"sha256": "05fngks2g2vgmwlw7amydxmv2zwf2rgzc7xnvf9h1crm99nndzd0",
|
"sha256": "1fd7ndmwz9wqzvaimrbyzbscfsz8l3j9cqqyyq14xbw78zg4zi8w",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/kittywitch/nixexprs/archive/2d97bec12deba01402b7189be5116b13b5b5e793.tar.gz",
|
"url": "https://github.com/kittywitch/nixexprs/archive/0386c0fb902050dbac5de5e7f8a6554d55a46ed5.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"niv": {
|
"niv": {
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2d97bec12deba01402b7189be5116b13b5b5e793
|
Subproject commit 0386c0fb902050dbac5de5e7f8a6554d55a46ed5
|
||||||
Loading…
Add table
Add a link
Reference in a new issue