auto: bootstrapping bootstrap-nixos
This commit is contained in:
parent
5fea003213
commit
84bc747593
|
@ -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);
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue