From 4a0f1db9879bd17ddef88bac3975336e786fe706 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 18 Nov 2021 20:45:20 +0300 Subject: [PATCH] Hotfix: add default empty value for root ssh keys --- variables-module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/variables-module.nix b/variables-module.nix index 6524e23..e69673f 100644 --- a/variables-module.nix +++ b/variables-module.nix @@ -142,6 +142,7 @@ in Root SSH Keys ''; type = types.nullOr (types.listOf types.str); + default = []; }; passwordAuthentication = mkOption { description = ''