commit d400f4b1b91de89079e618b85f6c91faf29c4b40 parent 849c7527d5b8800e9020268d04b91fd44a0c24ef Author: Silas Brack <silasbrack@gmail.com> Date: Sun, 12 Apr 2026 17:33:45 +0200 fix: idk Diffstat:
| M | hosts/poseidon.nix | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/hosts/poseidon.nix b/hosts/poseidon.nix @@ -124,6 +124,10 @@ }; users.users = { + root.openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGqHJMc2SCzL50SO9Flfnhn012p1dmp4Iph8lPQ2aoe/ silasbrack@gmail.com" # Desktop + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPGZOv4PvL/NvBiDFnCh8V6xm03k/C3b8O82z1+tmboI gitea-runner" + ]; silas = { isNormalUser = true; description = "Silas Brack";