From e30af1fd4608112611c1c427d4b4de05d6acd365 Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Tue, 26 Oct 2021 02:34:50 +0300 Subject: [PATCH] fix cert secrets --- profiles/servers/nginx.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/servers/nginx.nix b/profiles/servers/nginx.nix index 050f141..cccd0c9 100644 --- a/profiles/servers/nginx.nix +++ b/profiles/servers/nginx.nix @@ -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;