From a0020d70949c43592a2fc3d911b98c3e56079072 Mon Sep 17 00:00:00 2001 From: Henri Dohmen Date: Sat, 1 Nov 2025 16:22:26 +0100 Subject: [PATCH] git password --- host/roam/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =