summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-01-16 13:50:41 -0500
committertriethyl <triethylammonium@pm.me>2026-01-16 13:50:41 -0500
commitd9265ec18a9d87c981cfd9789bdc4db1aff29e88 (patch)
tree13c4b50a26f6272cdce2a32b8a8cf196645f1205 /nixos
parent0ade2699c7f326ce7c0b6bd068def57fb9be1887 (diff)
prodesk-server: add iphone ssh key to ssh public keys
Diffstat (limited to 'nixos')
-rw-r--r--nixos/systems/prodesk-server/system.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/systems/prodesk-server/system.nix b/nixos/systems/prodesk-server/system.nix
index cf8eb1c..eeb3a3f 100644
--- a/nixos/systems/prodesk-server/system.nix
+++ b/nixos/systems/prodesk-server/system.nix
@@ -19,6 +19,7 @@
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMcc7hXixElOgv87LlY1LgCQ9oOT6Lj66wjCh1uRqpQt culsans@nzxt-desktop"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM/HLlWDshs3Fn4pbTrUeSdo/2/YWuBEMpQX15ZR0RNv lucas@thinkpad-laptop"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMqAf3T3uOGEyaNkR/BZ31Qj+z7eJQTcKXn26kO3iQYJ iphone"
];
extraGroups = [
"networkmanager"