FusionInventory: Code cleanup

This commit is contained in:
Philipp Hausmann 2017-08-25 08:57:42 +02:00
parent 6b788e36df
commit 1a23ff8a13

View File

@ -22,15 +22,10 @@ in {
services.fusionInventory = { services.fusionInventory = {
enable = mkOption { enable = mkEnableOption "Fusion Inventory Agent";
default = false;
description = ''
Whether to run the Fusion Inventory agent on this machine.
'';
};
servers = mkOption { servers = mkOption {
type = types.listOf types.string; type = types.listOf types.str;
description = '' description = ''
The urls of the OCS/GLPI servers to connect to. The urls of the OCS/GLPI servers to connect to.
''; '';