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
|
@ -11,6 +11,8 @@ let
|
|||
pkgs = import <nixpkgs> {};
|
||||
in {
|
||||
services.k3s.token = "shared.secret.here";
|
||||
|
||||
|
||||
|
||||
users.users.clusteradm.openssh.authorizedKeys.keys = [
|
||||
|
||||
];
|
||||
}
|
Reference in a new issue