Adding an initial password

This commit is contained in:
Lyes Saadi 2024-04-10 02:10:52 +02:00
parent a87c269dfc
commit 32e9c2b93c
No known key found for this signature in database
GPG key ID: 17418538BAA17767

View file

@ -10,6 +10,7 @@
description = "Lyes Saadi"; description = "Lyes Saadi";
home = "/home/lyes"; home = "/home/lyes";
isNormalUser = true; isNormalUser = true;
initialHashedPassword = ""; # Set for vms and initial installations
extraGroups = [ "wheel" "networkmanager" ]; extraGroups = [ "wheel" "networkmanager" ];
shell = pkgs.fish; shell = pkgs.fish;
}; };