diff --git a/host/roam/git.nix b/host/roam/git.nix index 9cd0aee..5a236c3 100644 --- a/host/roam/git.nix +++ b/host/roam/git.nix @@ -13,7 +13,7 @@ in group = "git"; shell = "${pkgs.git}/bin/git-shell"; openssh.authorizedKeys.keys = var.ssh-keys.hd; - password = "!"; + hashedPassword = "!"; }; services =