git password

This commit is contained in:
Henri Dohmen 2025-11-01 16:22:26 +01:00
parent 33c551c0b2
commit a0020d7094
Signed by: hd
GPG key ID: AB79213B044674AE

View file

@ -13,7 +13,7 @@ in
group = "git";
shell = "${pkgs.git}/bin/git-shell";
openssh.authorizedKeys.keys = var.ssh-keys.hd;
password = "!";
hashedPassword = "!";
};
services =