fix cert secrets
This commit is contained in:
parent
90c6d24d2b
commit
e30af1fd46
@ -18,6 +18,15 @@ in {
|
||||
# extraDomainNames = [ "*.ataraxiadev.com" ];
|
||||
# };
|
||||
# };
|
||||
secrets."ataraxiadev.com.pem" = {
|
||||
owner = "nginx:nginx";
|
||||
};
|
||||
secrets."ataraxiadev.com.key" = {
|
||||
owner = "nginx:nginx";
|
||||
};
|
||||
secrets."origin-pull-ca.pem" = {
|
||||
owner = "nginx:nginx";
|
||||
};
|
||||
## DNS-over-TLS
|
||||
services.stubby = {
|
||||
enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user