45 current 2025-10-06 15:34:13 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 15:35:10 -05:00
parent bcb17336a9
commit c55937a075
3 changed files with 13 additions and 3 deletions

View File

@@ -35,7 +35,15 @@ in
group = "root";
neededForUsers = true;
};
"ssl_blakedheld_crt" = lib.mkIf config.users.blake.enable {
owner = "root";
group = "root";
};
"ssl_blakedheld_key" = lib.mkIf config.users.blake.enable {
owner = "root";
group = "root";
};
};
};
};