core: empty root passwd by default
This commit is contained in:
parent
a1a2a2c7e2
commit
c13b241b6c
|
@ -161,7 +161,7 @@ in
|
|||
users = {
|
||||
mutableUsers = false;
|
||||
|
||||
users.root.hashedPassword = fileContents ../secrets/root;
|
||||
users.root.hashedPassword = lib.mkDefault "";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -14,10 +14,13 @@ let
|
|||
name = "Timothy DeHerrera";
|
||||
in
|
||||
{
|
||||
|
||||
imports = [
|
||||
../../profiles/graphical
|
||||
];
|
||||
|
||||
users.users.root.hashedPassword = fileContents ../../secrets/root;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
|
|
Loading…
Reference in a new issue