diff --git a/variables-module.nix b/variables-module.nix index 0c1c5da..6524e23 100644 --- a/variables-module.nix +++ b/variables-module.nix @@ -163,6 +163,7 @@ in Users that will be created on the server ''; type = types.nullOr (types.listOf (types.attrsOf types.anything)); + default = []; }; }; }