chore: upgrade to NixOS 25.11
Some checks failed
Test / tests (push) Failing after 24m29s

This commit is contained in:
Felix Schröter 2025-12-09 22:41:14 +01:00
parent 75d3736626
commit c16b74b4d1
Signed by: felschr
GPG key ID: 671E39E6744C807D
19 changed files with 43 additions and 46 deletions

View file

@ -36,10 +36,12 @@ in
{
programs.git = {
# fix/workaround for https://github.com/NixOS/nixpkgs/issues/169193
extraConfig.safe.directory = "/etc/nixos";
userName = profiles."${cfg.defaultProfile}".name;
userEmail = profiles."${cfg.defaultProfile}".email;
settings = {
safe.directory = "/etc/nixos";
user = {
inherit (profiles."${cfg.defaultProfile}") name email;
};
};
signing = {
key = profiles."${cfg.defaultProfile}".signingKey;
};