Change Zuma's SSH Key

This commit is contained in:
Zuma 2025-11-21 10:48:13 +01:00
parent f401c9af28
commit 252fffa6c2

View file

@ -48,7 +48,7 @@ with pkgs.lib;
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "docker" ]; # Enable sudo for the user. extraGroups = [ "wheel" "docker" ]; # Enable sudo for the user.
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxRk3bAqq9sRuZD2rBecM9e2XXHnaUQVCkqNjkHrugv zuma@shenanigans.cc" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJvcVhKVtCkAi9wy1olrAt32ESiZF7SBgQwtYlcA6dwT zuma@vault"
]; ];
hashedPassword = "$y$j9T$Qc23q8HQZMELvYyubvEoF/$jauiBKEGb65K03/va632gKIuGSR2Cro/CQ1yq5mOjxB"; hashedPassword = "$y$j9T$Qc23q8HQZMELvYyubvEoF/$jauiBKEGb65K03/va632gKIuGSR2Cro/CQ1yq5mOjxB";
}; };