remove beause prowlarr cant have groups?

This commit is contained in:
2025-07-21 11:51:20 +02:00
parent 4258e5d5da
commit 465edc9b59

View File

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