Skip to content

Commit

Permalink
Merge pull request #316697 from bbenno/fix-gollum
Browse files Browse the repository at this point in the history
nixos/gollum: fix systemd tempfile permission
  • Loading branch information
flokli committed Jun 3, 2024
2 parents cb0317c + b5c7987 commit 77a5102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/gollum.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ in
users.groups."${cfg.group}" = { };

systemd.tmpfiles.rules = [
"d '${cfg.stateDir}' - ${config.users.users.gollum.name} ${config.users.groups.gollum.name} - -"
"d '${cfg.stateDir}' - ${cfg.user} ${cfg.group} - -"
];

systemd.services.gollum = {
Expand Down

0 comments on commit 77a5102

Please sign in to comment.