From 9c2be115f8371d102889b8b3287ec98b373903e8 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 18 Nov 2021 21:12:59 +0300 Subject: [PATCH] Fix not being able to create a server without trusted keys --- variables-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables-module.nix b/variables-module.nix index e69673f..ead690e 100644 --- a/variables-module.nix +++ b/variables-module.nix @@ -142,7 +142,7 @@ in Root SSH Keys ''; type = types.nullOr (types.listOf types.str); - default = []; + default = [""]; }; passwordAuthentication = mkOption { description = ''