nixos/zoneminder: set fcgiwrap socket owner
This commit is contained in:
committed by
Herwig Hochleitner
parent
efc7aebda7
commit
fcb2a4a5ff
@@ -206,6 +206,7 @@ in {
|
||||
process.prefork = cfg.cameras;
|
||||
process.user = user;
|
||||
process.group = group;
|
||||
socket = { inherit (config.services.nginx) user group; };
|
||||
};
|
||||
|
||||
mysql = lib.mkIf cfg.database.createLocally {
|
||||
|
||||
Reference in New Issue
Block a user