diff --git a/user/user.nix b/user/user.nix index 3cf8093..af2dc2f 100644 --- a/user/user.nix +++ b/user/user.nix @@ -10,6 +10,7 @@ description = "Lyes Saadi"; home = "/home/lyes"; isNormalUser = true; + initialHashedPassword = ""; # Set for vms and initial installations extraGroups = [ "wheel" "networkmanager" ]; shell = pkgs.fish; };