Add juan user pubkey
This commit is contained in:
parent
b614dcf1ec
commit
feba5d2ae8
2 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
./modules/dyndns.nix
|
./modules/dyndns.nix
|
||||||
./modules/network.nix
|
./modules/network.nix
|
||||||
./modules/wireguard.nix
|
./modules/wireguard.nix
|
||||||
|
./modules/users.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.logind.lidSwitch = "ignore";
|
services.logind.lidSwitch = "ignore";
|
||||||
|
|
8
machines/aresix/modules/users.nix
Normal file
8
machines/aresix/modules/users.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{...}: {
|
||||||
|
users.users.juan = {
|
||||||
|
isNormalUser = true;
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFpkZoYCFS6jQyaLgRkG8WlOj8ybpwsJkCWTuKkGB5oA Juan Rey"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue