diff options
| author | schererleander <leander@schererleander.de> | 2025-05-30 03:49:48 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-30 03:49:48 +0200 |
| commit | 46a7f1d1db8688c60d2a3fc5df5d4280288e7f85 (patch) | |
| tree | ea7f0355e434df60479e744312a6c6ce412f2930 /hosts/vps/configuration.nix | |
| parent | fabc4bbad54a248ad4ec01f9039eaf8aa3033a0c (diff) | |
add ssh pub key
Diffstat (limited to 'hosts/vps/configuration.nix')
| -rw-r--r-- | hosts/vps/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index 285ae40..24e00fb 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -14,6 +14,10 @@ isNormalUser = true; password = "admin"; extraGroups = [ "wheel" ]; + openssh.authorizedKeys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPvlkqlvY4+0o7UIGnFnnRw0HeBq5v7wYJ3kY3teXxxl vps" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINL+r0l2i07pl9V9iiGqw5e2f/QAcrMhuraA25HavdNT github-deploy" + ]; }; environment.systemPackages = with pkgs; [ |
