From e400a07efd33781a37f02e1e83416d3cd6b037aa Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 27 Mar 2023 18:59:34 -0400 Subject: [PATCH] Oop --- machines/extremophile/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/extremophile/home.nix b/machines/extremophile/home.nix index 1cb982f..89a85e0 100644 --- a/machines/extremophile/home.nix +++ b/machines/extremophile/home.nix @@ -17,9 +17,9 @@ # Setup git commit signing with ssh key programs.git = { extraConfig = { - commit.gpgSign = true; + commit.gpgsign = true; gpg.format = "ssh"; - user.signingKey = "~/.ssh/id_ed25519.pub"; + user.signingkey = "~/.ssh/id_ed25519.pub"; }; }; }