mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-05-07 13:36:24 +00:00
chore(home/ideapad): add ssh keys
This commit is contained in:
parent
e5a132c20f
commit
282f97f848
1 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,11 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "toast";
|
description = "toast";
|
||||||
extraGroups = [ "networkmanager" "wheel" "ydotool" ];
|
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;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue