diff --git a/README.org b/README.org index a408537..4503001 100644 --- a/README.org +++ b/README.org @@ -1670,8 +1670,6 @@ Kohlin's config is of course server oriented. chris = { isNormalUser = true; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. - }; - root = { password = ""; }; }; diff --git a/system/kohlin/configuration.nix b/system/kohlin/configuration.nix index ee0f6e0..711978c 100644 --- a/system/kohlin/configuration.nix +++ b/system/kohlin/configuration.nix @@ -71,8 +71,6 @@ chris = { isNormalUser = true; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. - }; - root = { password = ""; }; };