hosts/storage-2: set secrets permissions for nginx htpasswd
This commit is contained in:
@@ -46,6 +46,11 @@ let
|
||||
);
|
||||
|
||||
in {
|
||||
age.secrets.mixcloud-htpasswd = {
|
||||
owner = "nginx";
|
||||
group = "nginx";
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts = {
|
||||
"mixcloud.clerie.de" = {
|
||||
enableACME = true;
|
||||
|
Reference in New Issue
Block a user