FusionInventory: Code cleanup
This commit is contained in:
parent
6b788e36df
commit
1a23ff8a13
@ -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.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user