Skip to content

Commit

Permalink
fix: set a group for the fusion inventory agent
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-van-zuijlen authored Jun 6, 2024
1 parent 0b8e7a1 commit 8b4874b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/services/monitoring/fusion-inventory.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ in {
users.users.fusion-inventory = {
description = "FusionInventory user";
isSystemUser = true;
group = "fusion-inventory";
};
users.groups.fusion-inventory = {};

systemd.services.fusion-inventory = {
description = "Fusion Inventory Agent";
Expand Down

0 comments on commit 8b4874b

Please sign in to comment.