mirror of
https://github.com/materusPL/Nixerus.git
synced 2025-06-17 15:56:14 +02:00
valkyrie: add podkos.pl acme
This commit is contained in:
parent
b2b963fb5b
commit
3fd176fc9a
@ -140,5 +140,13 @@
|
||||
credentialsFile = "/materus/config/valkyrie/certs.secret";
|
||||
};
|
||||
|
||||
security.acme.certs."podkos.pl" = {
|
||||
domain = "podkos.pl";
|
||||
group = "nginx";
|
||||
extraDomainNames = [ "*.podkos.pl" ];
|
||||
dnsProvider = "ovh";
|
||||
credentialsFile = "/materus/config/valkyrie/certs.secret";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user