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