Skip to content

Commit

Permalink
Update nixos/modules/services/misc/gollum.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Kerstin <kerstin@erictapen.name>
(cherry picked from commit 05885a1)
  • Loading branch information
jooooscha authored and github-actions[bot] committed Jun 29, 2023
1 parent 4dc7a71 commit bfa2098
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 @@ -114,7 +114,7 @@ in
isSystemUser = true;
};

users.groups.gollum = mkIf (cfg.group == "gollum") { };
users.groups."${cfg.group}" = { };

systemd.tmpfiles.rules = [
"d '${cfg.stateDir}' - ${config.users.users.gollum.name} ${config.users.groups.gollum.name} - -"
Expand Down

0 comments on commit bfa2098

Please sign in to comment.