setting chris user to blank to fix later

This commit is contained in:
Chris Cochrun 2022-11-21 11:28:04 -06:00
parent 9fc6334714
commit fb1301d665
2 changed files with 0 additions and 4 deletions

View file

@ -1670,8 +1670,6 @@ Kohlin's config is of course server oriented.
chris = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
};
root = {
password = "";
};
};

View file

@ -71,8 +71,6 @@
chris = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
};
root = {
password = "";
};
};