From 49a095d2f376db1705690a6393c35fd0bcd49353 Mon Sep 17 00:00:00 2001 From: KP64 Date: Mon, 9 Dec 2024 12:26:15 +0100 Subject: [PATCH] config: Update openssh trustedKeys --- hosts/kg/configuration.nix | 1 - hosts/rs/configuration.nix | 2 +- hosts/tp/configuration.nix | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/kg/configuration.nix b/hosts/kg/configuration.nix index 6d787a4..320acdd 100644 --- a/hosts/kg/configuration.nix +++ b/hosts/kg/configuration.nix @@ -1,6 +1,5 @@ { config, - pkgs, username, stateVersion, ... diff --git a/hosts/rs/configuration.nix b/hosts/rs/configuration.nix index 5bae64c..d6e9bf9 100644 --- a/hosts/rs/configuration.nix +++ b/hosts/rs/configuration.nix @@ -260,7 +260,7 @@ users.users.${username} = { hashedPasswordFile = config.sops.secrets.hashed_password.path; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKVc2eK6Ql+DtJ2D2asHMo8S0HUc8/2ar8wZVkm/ezsn kg@kg" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHYe+2EqTg5Uh0/PZXhnuznFE84uiEzBtgd8qz9sUWS ed25519" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAD+mYDOwD6lR89dpPCprEDTBIBNKgjzb6sqoGCHOYl7 kg@LapT" ]; extraGroups = [ diff --git a/hosts/tp/configuration.nix b/hosts/tp/configuration.nix index eb20c6c..7ce7a5c 100644 --- a/hosts/tp/configuration.nix +++ b/hosts/tp/configuration.nix @@ -211,7 +211,7 @@ users.users.${username} = { hashedPasswordFile = config.sops.secrets.hashed_password.path; openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAgE5a4Wn4S/to9Z3QbQSDMyCOG/NAOWYJDEvAy4OdFf kg@kg" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHYe+2EqTg5Uh0/PZXhnuznFE84uiEzBtgd8qz9sUWS ed25519" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAD+mYDOwD6lR89dpPCprEDTBIBNKgjzb6sqoGCHOYl7 kg@LapT" ]; extraGroups = [