diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-07 10:46:24 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-07 10:46:24 -0400 |
| commit | 11eca6aa9692fb0434d278db8a049bdd2b85f14e (patch) | |
| tree | 2629177de6f6bd8dedd8908554bc024d717819b6 /nixos | |
| parent | e8b724edef9c3a2c372f1922f4082a0788b10d35 (diff) | |
prodesk-server: added public ssh keys for remote login
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/systems/prodesk-server/system.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/systems/prodesk-server/system.nix b/nixos/systems/prodesk-server/system.nix index 7ceed0d..37883ab 100644 --- a/nixos/systems/prodesk-server/system.nix +++ b/nixos/systems/prodesk-server/system.nix @@ -16,6 +16,9 @@ hashedPasswordFile = config.age.secrets.server-user-password.path; isNormalUser = true; description = "Server"; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMcc7hXixElOgv87LlY1LgCQ9oOT6Lj66wjCh1uRqpQt culsans@nzxt-desktop" + ]; extraGroups = [ "networkmanager" "wheel" |
