diff --git a/modules/sean/default.nix b/modules/sean/default.nix index 8c41556..75d5998 100644 --- a/modules/sean/default.nix +++ b/modules/sean/default.nix @@ -5,6 +5,9 @@ isNormalUser = true; uid = 1000; extraGroups = [ "wheel" "audio" "video" "networkmanager" "dialout" "input" "wireshark" ]; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIqWHzIXaF88Y8+64gBlLbZ5ZZcLl08kTHG1clHd7gaq" + ]; }; test = { isNormalUser = true;