home/base: fix eval on >=25.05

Related to git signing options
This commit is contained in:
NullBite 2025-02-15 19:50:50 -05:00
parent acb902b1ad
commit be3ec1900a
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -38,6 +38,9 @@ in
programs.git = {
enable = lib.mkDefault true;
maintenance.enable = lib.mkDefault true;
# default value is stateVersion dependent, doesn't evaluate after 25.05
# even if signing isn't configured for some reason
signing.format = lib.mkDefault "openpgp";
};
# this allows `git config --global` commands to work by ensuring the