Add hashedPassword to tristand
Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
parent
c736134ccd
commit
c3b0ec7d8b
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -7,6 +7,7 @@
|
|||
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||
shell = pkgs.fish;
|
||||
home = "/home/tristand";
|
||||
hashedPassword = "$6$Wj.XY8JgH5EWuog4$HnbtPJXDEqKXFrzkPVEjih3PytcpBCrkfL7TAwkXd0IFced7kGMlZNliNsAqQ3XqfyUzAYiiKTIqoPVJEk.s..";
|
||||
};
|
||||
|
||||
home-manager.users.tristand = {pkgs, ...}: {
|
||||
|
|
Loading…
Add table
Reference in a new issue