emergency-access: Don't deploy plaintext passwords
Don't deploy the plaintext emergency password to the target machine. It doesn't seem to be used anywhere.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
pkgs.mkpasswd
|
||||
pkgs.xkcdpass
|
||||
];
|
||||
files.password.secret = true;
|
||||
files.password.deploy = false;
|
||||
files.password-hash.secret = false;
|
||||
|
||||
script = ''
|
||||
|
||||
Reference in New Issue
Block a user