added initial password for willifan

This commit is contained in:
willifan 2025-05-16 23:03:32 +02:00
parent dc559c377b
commit 4f76fc71c8

View file

@ -4,6 +4,7 @@
isNormalUser = true; isNormalUser = true;
linger = true; linger = true;
description = "willifan"; description = "willifan";
initialPassword = "temp";
extraGroups = [ "networkmanager" "wheel" "video" ]; extraGroups = [ "networkmanager" "wheel" "video" ];
shell = pkgs.bash; shell = pkgs.bash;
}; };