chore: Adds authorized keys section in the example config.

This commit is contained in:
greysoh 2024-07-15 16:47:57 -04:00
parent 4f774732ea
commit 515e18b2fe
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -12,5 +12,7 @@ let
in {
services.k3s.token = "shared.secret.here";
users.users.clusteradm.openssh.authorizedKeys.keys = [
];
}