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 = {
enable = mkOption {
default = false;
description = ''
Whether to run the Fusion Inventory agent on this machine.
'';
};
enable = mkEnableOption "Fusion Inventory Agent";
servers = mkOption {
type = types.listOf types.string;
type = types.listOf types.str;
description = ''
The urls of the OCS/GLPI servers to connect to.
'';