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; }; }; };