adding a temporary empty pass for root to fix machine

This commit is contained in:
Chris Cochrun 2022-11-21 11:19:04 -06:00
parent da56f4e560
commit 9fc6334714
2 changed files with 18 additions and 6 deletions

View file

@ -1666,10 +1666,16 @@ Kohlin's config is of course server oriented.
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.chris = {
users.users = {
chris = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
};
root = {
password = "";
};
};
# List packages installed in system profile. To search, run:
# $ nix search wget

View file

@ -67,10 +67,16 @@
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.chris = {
users.users = {
chris = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
};
root = {
password = "";
};
};
# List packages installed in system profile. To search, run:
# $ nix search wget