mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19: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
|
||||
|
||||
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" ];
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue