fix cert secrets
This commit is contained in:
parent
90c6d24d2b
commit
e30af1fd46
@ -18,6 +18,15 @@ in {
|
|||||||
# extraDomainNames = [ "*.ataraxiadev.com" ];
|
# 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
|
## DNS-over-TLS
|
||||||
services.stubby = {
|
services.stubby = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user