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