add a hashed password to my user
This commit is contained in:
parent
01bb54f67c
commit
39136d207c
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
description = "Daryl Ronningen";
|
description = "Daryl Ronningen";
|
||||||
extraGroups = ["networkmanager" "wheel" "docker" "adbusers"];
|
extraGroups = ["networkmanager" "wheel" "docker" "adbusers"];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
|
hashedPassword = "$y$j9T$fiNCczxfgXQRoDCYlRlgy.$8GVAPknKhtp0kq6g9YnJCaAU1GxE9W9puogCXLLYD2/";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Reference in a new issue