ops/nixos/lib/common: replace deployer password with !
This commit is contained in:
parent
7b61a7e558
commit
ab0f4b5863
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in
|
|||
deployer = {
|
||||
isSystemUser = true;
|
||||
uid = 1001;
|
||||
hashedPassword = "NP";
|
||||
hashedPassword = "!";
|
||||
useDefaultShell = true;
|
||||
home = "/var/lib/deployer";
|
||||
createHome = true;
|
||||
|
|
Loading…
Reference in a new issue