diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-05-22 19:47:10 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-05-22 19:49:50 -0600 |
| commit | 8e2ee96a7aba8178f87b68c1c91a726d924931a4 (patch) | |
| tree | 5287ced112187e26c5f6362229c4a74e522ecd63 /home/environ/source.nix | |
| parent | 2ce9a394d65c95b53fd9fe08eb8373d55ff69d89 (diff) | |
home/environ: fix git signByDefault
Diffstat (limited to 'home/environ/source.nix')
| -rw-r--r-- | home/environ/source.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/home/environ/source.nix b/home/environ/source.nix index 880902a..ed9f53c 100644 --- a/home/environ/source.nix +++ b/home/environ/source.nix @@ -12,9 +12,7 @@ in }; programs = { - # This is the correct way to mkDefault signByDefault ('signing' can be null) - git.signing = mkDefault { signByDefault = mkDefault true; }; - + git.signing.signByDefault = true; home-manager.enable = true; }; |
