mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/tsm-client: submodule doesn't need singleton list
This commit is contained in:
parent
5bc6eb731e
commit
8b918ed8ab
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue