From 762cad6c8bf518ca4ab92aaa619234ce970bff6e Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 23 Aug 2024 22:31:10 +0200 Subject: [PATCH] feat: enable signing by user --- hosts/default/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 6f618b3..295095e 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -34,6 +34,7 @@ git = { name = "Noa Aarts"; email = "noa@voorwaarts.nl"; + do_sign = true; }; }; };