Update ssh keys

This commit is contained in:
Hunter Haugen 2026-03-24 21:04:08 -07:00
parent 19153f92f8
commit 788bb8ad32
Signed by: hunner
GPG key ID: EF99694AA599DDAD
8 changed files with 209 additions and 213 deletions

View file

@ -146,6 +146,9 @@
isNormalUser = true;
extraGroups = [ "wheel" "docker" "networkmanager" ];
hashedPasswordFile = config.sops.secrets.hashedPassword.path;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAqd6VkCyGOaFVfh61+hVKOvYaCZsCChQq3c6rNH/ifG me@hunner.dev"
];
shell = pkgs.zsh;
packages = with pkgs; [
fzf