Git sign by default, hostname from common.nix in flake.nix

This commit is contained in:
2025-02-02 19:05:07 +01:00
parent 830b76bcb6
commit b50fce54a7
2 changed files with 6 additions and 2 deletions

View File

@ -10,6 +10,11 @@
s = "status";
};
signing = {
signByDefault = true;
key = "706F53DD087A91DE";
};
extraConfig = {
push.autoSetupRemote = true;
safe.directory = "/etc/nixos";