about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/fusion-inventory.nix
diff options
context:
space:
mode:
authorPhilipp Hausmann <ph_git@314.ch>2017-10-30 16:27:40 +0100
committerOrivej Desh <orivej@gmx.fr>2017-11-29 14:58:36 +0000
commit5f59913c74f3b165594cedcaf7dc475407c2ca7d (patch)
tree0a66e69ea11df7a377c1aa2c203c94eb4773213c /nixos/modules/services/monitoring/fusion-inventory.nix
parentdf5600d440d1fdcc0a313f8d6f2b757212c13283 (diff)
FusionInventory: 3.18 -> 3.21
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 1c00f3c299e95..c3b869e00880e 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";
       };