diff --git a/hosts/bootstrap/default.nix b/hosts/bootstrap/default.nix index 0558758..409270d 100644 --- a/hosts/bootstrap/default.nix +++ b/hosts/bootstrap/default.nix @@ -54,10 +54,11 @@ in users = { mutableUsers = true; - openssh.authorizedKeys.keys = lib.lists.forEach pubKeys (key: builtins.readFile key); extraUsers = { root = { initialPassword = "1234"; + + openssh.authorizedKeys.keys = lib.lists.forEach pubKeys (key: builtins.readFile key); }; }; };