chore(home/ideapad): add ssh keys

This commit is contained in:
toast 2026-05-01 00:02:15 +09:00
parent e5a132c20f
commit 282f97f848

View file

@ -5,7 +5,11 @@
isNormalUser = true;
description = "toast";
extraGroups = [ "networkmanager" "wheel" "ydotool" ];
packages = with pkgs; [];
openssh.authorizedKeys.keys = [
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOyVXtny3ca64wdJAwcUro+U4sY4r6v97ypIXdedOuhc toast@nixos''
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ8finfQLaXSqxB16XjsVogN8NRAkNj3Un7JTXlLiLYj u0_a173@localhost''
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOoq1IqrOJ0AAmWRsX0ULiQioEPH9Xo30nwBlrODkude u0_a299@localhost''
];
shell = pkgs.zsh;
};
}