From 0bed67176c731c86e0e1ced335c6e16c4d829b7c Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 12 Jun 2025 10:05:10 +0200 Subject: [PATCH] add ssh key --- nixos-modules/users/builder/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos-modules/users/builder/default.nix b/nixos-modules/users/builder/default.nix index 71c02fe..8012446 100644 --- a/nixos-modules/users/builder/default.nix +++ b/nixos-modules/users/builder/default.nix @@ -20,6 +20,7 @@ in hashedPassword = "$2b$05$Uk84TY/RHlH8DIigUlFYjeorjTlCMEY9wN2pAcw5BLaPoc7dKiSsC"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGvmivSRjYMSo6+mxChJ7n6k4no4Vkxb6r0In9ZjcqFY root@omoikane" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILVR16DtqrdgMq+3Gj1N6XNAjJhHyuG5a4wn7xQ8c49i root@omoikane" ]; }; };