summaryrefslogtreecommitdiff
path: root/home/environ/source.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-12-03 21:49:46 -0600
committerAlejandro Soto <alejandro@34project.org>2024-12-03 22:21:46 -0600
commitcadbe2cdcc16836cda8f936e3c61c28d3ba2cba5 (patch)
treee99ad85e542f96e723395952cfcb78440a3fb07b /home/environ/source.nix
parent61f3db56410f41d5249c88e44db60d9713dae26d (diff)
platform/{admin,[lustrated]}@[lustrated]: initial commit, adapted from old [lustrated] repo
Diffstat (limited to 'home/environ/source.nix')
-rw-r--r--home/environ/source.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/home/environ/source.nix b/home/environ/source.nix
index ed9f53c..880902a 100644
--- a/home/environ/source.nix
+++ b/home/environ/source.nix
@@ -12,7 +12,9 @@ in
};
programs = {
- git.signing.signByDefault = true;
+ # This is the correct way to mkDefault signByDefault ('signing' can be null)
+ git.signing = mkDefault { signByDefault = mkDefault true; };
+
home-manager.enable = true;
};