Merge pull request #164091 from Pascal-Vtx/fix/graylog-module
nixos/graylog: fix group creation
This commit is contained in:
commit
57b4185159
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ in
|
|||
description = "Graylog server daemon user";
|
||||
};
|
||||
};
|
||||
users.groups = mkIf (cfg.user == "graylog") {};
|
||||
users.groups = mkIf (cfg.user == "graylog") { graylog = {}; };
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d '${cfg.messageJournalDir}' - ${cfg.user} - - -"
|
||||
|
|
Loading…
Reference in a new issue