Add pedro user config and hm
This commit is contained in:
parent
46dd5c41f7
commit
8336883d91
4 changed files with 86 additions and 0 deletions
11
users/pedro/configuration.nix
Normal file
11
users/pedro/configuration.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
# This are some NixOS options this user requires
|
||||
{pkgs, ...}: {
|
||||
users.users.pedro = {
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJji4h4bgzgmp7YoRX/8ePN0TcCYRfI2wlrEeZkBQ/y2 personal@peprolinbot.com"
|
||||
];
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue