add nebula configuration and configure gpg key signing in flake.nix

This commit is contained in:
cswimr 2024-11-29 14:24:08 -05:00
parent 122ee3035a
commit aee38e56f9
Signed by: cswimr
GPG key ID: 082F226A1D8C0860
3 changed files with 115 additions and 3 deletions

View file

@ -51,11 +51,9 @@
userName = "cswimr";
userEmail = "seaswimmerthefsh@gmail.com";
extraConfig = {
user = { signingkey = "0EC431A8DA8F8087"; };
commit = { gpgsign = true; };
signing = {
signByDefault = true;
key = "0EC431A8DA8F8087";
};
init = { defaultBranch = "master"; };
safe = { directory = "/etc/nixos"; };