mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-22 22:54:14 -05:00
add public key to overseer
This commit is contained in:
parent
c5962a623e
commit
a723d3404b
1 changed files with 3 additions and 0 deletions
|
|
@ -7,5 +7,8 @@
|
|||
isNormalUser = true;
|
||||
initialPassword = "changeme";
|
||||
extraGroups = ["wheel" "libvirtd"];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKCBmjkaAWNBQ6NwiK56miuv30pjheNTZfrULRfPRmed"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue