user and group fixings

This commit is contained in:
2025-07-21 12:06:43 +02:00
parent 465edc9b59
commit ee097a7d7c
3 changed files with 15 additions and 5 deletions

View File

@@ -39,8 +39,6 @@ in {
config = lib.mkIf cfg.enable {
services.${unit} = {
enable = true;
user = srv.user;
group = srv.group;
};
services.caddy.virtualHosts."${cfg.url}" = {
useACMEHost = srv.domain;