From a88233ab0baac71d341f203e66146ddd29b49aa5 Mon Sep 17 00:00:00 2001
From: c6ristian <c6ristian@christian.moe>
Date: Fri, 18 Apr 2025 16:28:43 +0200
Subject: [PATCH] add june

---
 modules/user_account.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/user_account.nix b/modules/user_account.nix
index 24eb917..45cf609 100644
--- a/modules/user_account.nix
+++ b/modules/user_account.nix
@@ -18,6 +18,7 @@
     openssh.authorizedKeys.keys = [
       "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPaVpSL8G9Gs16bSNn9tDl29PiN0SwYZuYCMkp9baSua lilly"
       "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOgfWcCrsVSXvYEssbfMOy2DnfkGSx+ZRnPLtjVNSxbf c6ristian"
+      "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOqCxniUEAZAYqL5zbisFfYcQx+7iDRrMo4Pz4uWXq5b julian@01_id_ed25519"
     ];
     hashedPassword = "$y$j9T$1hxU2SmiDZSF57JiVq8Y70$9Fw63EAcU0E5Uw8XGVEc6TTio3y4E832mV7MS0QPm5D";
     isNormalUser = true;