From ad2067b0bb7b1299af781a592e506bcce2f8ed60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Krop=C3=A1=C4=8Dek?= Date: Thu, 12 Jun 2025 19:54:42 +0200 Subject: [PATCH] added signing --- hosts/wenar-nix/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/wenar-nix/home.nix b/hosts/wenar-nix/home.nix index ed80090..ef2490f 100644 --- a/hosts/wenar-nix/home.nix +++ b/hosts/wenar-nix/home.nix @@ -8,5 +8,6 @@ desktop.gnome = { enable = true; }; + programs.git.signing = true; }; }