auto: bootstrapping bootstrap-nixos

This commit is contained in:
Sam 2024-05-22 21:15:22 +01:00
parent 5fea003213
commit 84bc747593
1 changed files with 2 additions and 1 deletions

View File

@ -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);
};
};
};