fix(users): add password for jannik
This commit is contained in:
parent
7c62f537ab
commit
61fc84ba36
@ -5,7 +5,7 @@
|
|||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
packages = with pkgs; [ htop dnsutils nettools tcpdump git jq tree ];
|
packages = with pkgs; [ htop dnsutils nettools tcpdump git jq tree ];
|
||||||
#hashedPassword = "";
|
hashedPassword = "$6$1NuGXevYFDLK79Rj$Rml.WxRwknSh47ibpOZu2HiLjB5tVz24AujUlj16jKkizN4Et9CbUhs9GRqF8fDmco1UD.BmOO7H3.SBs3rRL.";
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJhpSOaM1Wxwr1sApG376p6lDzDdJbQ8lqjrLUlktMas jannik"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJhpSOaM1Wxwr1sApG376p6lDzDdJbQ8lqjrLUlktMas jannik"
|
||||||
|
Loading…
Reference in New Issue
Block a user