hosts/odyssey: issue wildcard certificate
This commit is contained in:
@@ -65,6 +65,19 @@
|
||||
|
||||
services.pcscd.enable = true;
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults = {
|
||||
email = "hostmaster@vimium.com";
|
||||
dnsProvider = "route53";
|
||||
};
|
||||
certs = {
|
||||
"vimium.com" = {
|
||||
extraDomainNames = [ "*.vimium.com" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
modules = {
|
||||
hardware.presonus-studio.enable = true;
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user