chore: Adds authorized keys section in the example config.
This commit is contained in:
parent
4f774732ea
commit
515e18b2fe
1 changed files with 4 additions and 2 deletions
|
@ -12,5 +12,7 @@ let
|
||||||
in {
|
in {
|
||||||
services.k3s.token = "shared.secret.here";
|
services.k3s.token = "shared.secret.here";
|
||||||
|
|
||||||
|
users.users.clusteradm.openssh.authorizedKeys.keys = [
|
||||||
|
|
||||||
|
];
|
||||||
}
|
}
|
Reference in a new issue