From 4750ca705d3f5bf664365268f847b612623e615f Mon Sep 17 00:00:00 2001 From: winston Date: Wed, 18 Sep 2024 16:00:16 +0200 Subject: [PATCH] chore: switch out deploy-rs key --- config/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/users.nix b/config/users.nix index 90ab4fc..237a114 100644 --- a/config/users.nix +++ b/config/users.nix @@ -19,7 +19,7 @@ in { mutableUsers = false; users.root = { hashedPasswordFile = config.age.secrets."system/password-root".path; - openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ/mwLoiuaQ6KH+1IOvYO541gq37S43pYtMetilMG3v5"] ++ config.users.users.winston.openssh.authorizedKeys.keys; + openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICgFwSZPS1B3wndghjmgmamdM5LZ7hqv4fZsbcmYBQWT"] ++ config.users.users.winston.openssh.authorizedKeys.keys; }; users.winston = { extraGroups = ["wheel"];