git password
This commit is contained in:
parent
33c551c0b2
commit
a0020d7094
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ in
|
||||||
group = "git";
|
group = "git";
|
||||||
shell = "${pkgs.git}/bin/git-shell";
|
shell = "${pkgs.git}/bin/git-shell";
|
||||||
openssh.authorizedKeys.keys = var.ssh-keys.hd;
|
openssh.authorizedKeys.keys = var.ssh-keys.hd;
|
||||||
password = "!";
|
hashedPassword = "!";
|
||||||
};
|
};
|
||||||
|
|
||||||
services =
|
services =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue