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