From cda8563ae6fa79a531347c84f7e380d95402c133 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Sat, 15 Mar 2025 12:52:36 +0100 Subject: change public ssh-key --- modules/user.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/user.nix') diff --git a/modules/user.nix b/modules/user.nix index 39db362..36edd1f 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -4,7 +4,10 @@ users.users.admin = { isNormalUser = true; extraGroups = [ "wheel" ]; - openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZxiAIsF13XqqxG0QzGFhT3iLDMsu2snb0wJOPUUq8e chris@deskpin" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDwlqdl/70dJ1ABKwLEdLB6/RDpfE4RVaB+xL3YJ1v3+ chris@kingpin" ]; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBi+VYFQOfb7J2eJd8CiXKcaLD+QfztXiS2pU07oHZNr chris@archiso" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDwlqdl/70dJ1ABKwLEdLB6/RDpfE4RVaB+xL3YJ1v3+ chris@kingpin" + ]; }; security.sudo.wheelNeedsPassword = false; -- cgit 1.4.1