clanModules/root-password: don't deploy plain text password
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
files.password-hash = {
|
||||
neededFor = "users";
|
||||
};
|
||||
files.password = {
|
||||
deploy = false;
|
||||
};
|
||||
migrateFact = "root-password";
|
||||
runtimeInputs = [
|
||||
pkgs.coreutils
|
||||
|
||||
Reference in New Issue
Block a user