From 31c3fd8acc4a1041c27dacf71f58bb7a99b09eea Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Mon, 6 Jan 2020 00:38:12 -0700 Subject: [PATCH] core: don't set root password --- profiles/core.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/profiles/core.nix b/profiles/core.nix index 93abca0..777f5d3 100644 --- a/profiles/core.nix +++ b/profiles/core.nix @@ -131,10 +131,6 @@ in { services.earlyoom.enable = true; - users = { - mutableUsers = false; - - users.root.hashedPassword = lib.mkDefault ""; - }; + users.mutableUsers = false; }