added initial password
This commit is contained in:
parent
a383f2a6a0
commit
c6d6efe84c
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
home = "/home/moritz";
|
home = "/home/moritz";
|
||||||
extraGroups =
|
extraGroups =
|
||||||
[ "wheel" "networkmanager" "video" ]; # Enable ‘sudo’ for the user.
|
[ "wheel" "networkmanager" "video" ]; # Enable ‘sudo’ for the user.
|
||||||
|
initialPassword = "password"; # CHANGE ME PLEASE
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.fonts = with pkgs;
|
fonts.fonts = with pkgs;
|
||||||
|
|
Loading…
Reference in a new issue