summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/fusion-inventory.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/monitoring/fusion-inventory.nix')
-rw-r--r--nixos/modules/services/monitoring/fusion-inventory.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/services/monitoring/fusion-inventory.nix b/nixos/modules/services/monitoring/fusion-inventory.nix
index 1c00f3c299e9..c3b869e00880 100644
--- a/nixos/modules/services/monitoring/fusion-inventory.nix
+++ b/nixos/modules/services/monitoring/fusion-inventory.nix
@@ -55,9 +55,6 @@ in {
       description = "Fusion Inventory Agent";
       wantedBy = [ "multi-user.target" ];
 
-      environment = {
-        OPTIONS = "--no-category=software";
-      };
       serviceConfig = {
         ExecStart = "${pkgs.fusionInventory}/bin/fusioninventory-agent --conf-file=${configFile} --daemon --no-fork";
       };