diff --git a/modules/users/overseer/user.nix b/modules/users/overseer/user.nix index 878c947..d03f263 100644 --- a/modules/users/overseer/user.nix +++ b/modules/users/overseer/user.nix @@ -7,5 +7,8 @@ isNormalUser = true; initialPassword = "changeme"; extraGroups = ["wheel" "libvirtd"]; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKCBmjkaAWNBQ6NwiK56miuv30pjheNTZfrULRfPRmed" + ]; }; }