From fb1301d665159ec5e000c34e9519d32b9430daf5 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 21 Nov 2022 11:28:04 -0600 Subject: [PATCH] setting chris user to blank to fix later --- README.org | 2 -- system/kohlin/configuration.nix | 2 -- 2 files changed, 4 deletions(-) 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 = ""; }; };