From a45b027a7db60b28175c66fbdbc333ad1dfa1ee4 Mon Sep 17 00:00:00 2001 From: k3t Date: Tue, 23 Jun 2026 15:33:45 -0600 Subject: [PATCH] add ssh key for TBB win10 --- modules/sys/users/k3t.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/sys/users/k3t.nix b/modules/sys/users/k3t.nix index 7dc788e..66fd0ae 100644 --- a/modules/sys/users/k3t.nix +++ b/modules/sys/users/k3t.nix @@ -5,5 +5,8 @@ extraGroups = [ "audio" "video" "bluetooth" "wheel" "input" "networkmanager" "scanner" "lp" ]; initialPassword = "password"; linger = true; + openssh.authorizedKeys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG6evv6KcTvFDp4EeO9mMAa2Pb7yYZ/uTNM6TrVt5nKc k3t@DESKTOP-GTFSBKP" # TBB Win10 + ]; }; } \ No newline at end of file