setting chris user to blank to fix later
This commit is contained in:
parent
9fc6334714
commit
fb1301d665
|
@ -1670,8 +1670,6 @@ Kohlin's config is of course server oriented.
|
||||||
chris = {
|
chris = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||||
};
|
|
||||||
root = {
|
|
||||||
password = "";
|
password = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -71,8 +71,6 @@
|
||||||
chris = {
|
chris = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||||
};
|
|
||||||
root = {
|
|
||||||
password = "";
|
password = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue