From 3f9f439c954d40150531d6797d59ddae2abe6fe2 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 18 Nov 2021 20:36:59 +0300 Subject: [PATCH] Hotfix: default value for users option --- variables-module.nix | 1 + 1 file changed, 1 insertion(+) 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 = []; }; }; }