Skip to content

Commit

Permalink
config: Update openssh trustedKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
KP64 committed Dec 9, 2024
1 parent fbf3f61 commit 49a095d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion hosts/kg/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
config,
pkgs,
username,
stateVersion,
...
Expand Down
2 changes: 1 addition & 1 deletion hosts/rs/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion hosts/tp/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 49a095d

Please sign in to comment.