ops/nixos/lib/common: replace deployer password with !

This commit is contained in:
Luke Granger-Brown 2020-09-06 16:45:56 +00:00
parent 7b61a7e558
commit ab0f4b5863

View file

@ -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;