fix cert secrets

This commit is contained in:
Dmitriy Kholkin 2021-10-26 02:34:50 +03:00
parent 90c6d24d2b
commit e30af1fd46

View File

@ -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;