mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #164091 from Pascal-Vtx/fix/graylog-module
nixos/graylog: fix group creation
This commit is contained in:
commit
57b4185159
@ -132,7 +132,7 @@ in
|
|||||||
description = "Graylog server daemon user";
|
description = "Graylog server daemon user";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
users.groups = mkIf (cfg.user == "graylog") {};
|
users.groups = mkIf (cfg.user == "graylog") { graylog = {}; };
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d '${cfg.messageJournalDir}' - ${cfg.user} - - -"
|
"d '${cfg.messageJournalDir}' - ${cfg.user} - - -"
|
||||||
|
Loading…
Reference in New Issue
Block a user