disable root login
This commit is contained in:
parent
2ffe242e8f
commit
6e4469fa8f
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ networking = {
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
mutableUsers = false;
|
mutableUsers = false;
|
||||||
|
users.root.hashedPassword = "!";
|
||||||
};
|
};
|
||||||
|
|
||||||
impermanence.enable = true;
|
impermanence.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue