From ecebf8427dde3db236395f7cd3f4012538952aeb Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 19 Jan 2025 20:07:50 +0000 Subject: [PATCH] MODIFY: root pwd --- hosts/common/core/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 1b63593..c05ff8e 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -32,8 +32,7 @@ in mutableUsers = true; extraUsers = { root = { - password = "1234"; - # hashedPasswordFile = sopsHashedPasswordFile; + hashedPasswordFile = sopsHashedPasswordFile; }; }; };