add nebula
configuration and configure gpg key signing in flake.nix
This commit is contained in:
parent
122ee3035a
commit
aee38e56f9
3 changed files with 115 additions and 3 deletions
|
@ -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"; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue