50 current 2025-10-06 16:07:05 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -35,11 +35,11 @@ in
|
||||
group = "root";
|
||||
neededForUsers = true;
|
||||
};
|
||||
"ssl_blakedheld.crt" = lib.mkIf config.users.blake.enable {
|
||||
"ssl_blakedheld_crt" = lib.mkIf config.modules.homelab.nginx-proxy.enable {
|
||||
owner = "nginx";
|
||||
group = "nginx";
|
||||
};
|
||||
"ssl_blakedheld.key" = lib.mkIf config.users.blake.enable {
|
||||
"ssl_blakedheld_key" = lib.mkIf config.modules.homelab.nginx-proxy.enable {
|
||||
owner = "nginx";
|
||||
group = "nginx";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user