mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
nixos/tsm-client: submodule doesn't need singleton list
This commit is contained in:
parent
5bc6eb731e
commit
8b918ed8ab
@ -168,7 +168,7 @@ let
|
||||
client system-options file "dsm.sys"
|
||||
'');
|
||||
servers = mkOption {
|
||||
type = attrsOf (submodule [ serverOptions ]);
|
||||
type = attrsOf (submodule serverOptions);
|
||||
default = {};
|
||||
example.mainTsmServer = {
|
||||
server = "tsmserver.company.com";
|
||||
|
Loading…
Reference in New Issue
Block a user