1
0
Fork 0

fix(users): add password for jannik

This commit is contained in:
Jannik 2022-07-12 22:09:43 +02:00
parent 7c62f537ab
commit 61fc84ba36
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
isNormalUser = true;
shell = pkgs.zsh;
packages = with pkgs; [ htop dnsutils nettools tcpdump git jq tree ];
#hashedPassword = "";
hashedPassword = "$6$1NuGXevYFDLK79Rj$Rml.WxRwknSh47ibpOZu2HiLjB5tVz24AujUlj16jKkizN4Et9CbUhs9GRqF8fDmco1UD.BmOO7H3.SBs3rRL.";
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJhpSOaM1Wxwr1sApG376p6lDzDdJbQ8lqjrLUlktMas jannik"