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 = {
|
deployer = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
uid = 1001;
|
uid = 1001;
|
||||||
hashedPassword = "NP";
|
hashedPassword = "!";
|
||||||
useDefaultShell = true;
|
useDefaultShell = true;
|
||||||
home = "/var/lib/deployer";
|
home = "/var/lib/deployer";
|
||||||
createHome = true;
|
createHome = true;
|
||||||
|
|
Loading…
Reference in a new issue