Update ssh keys
This commit is contained in:
parent
19153f92f8
commit
788bb8ad32
8 changed files with 209 additions and 213 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue