1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

GIT key updated

This commit is contained in:
Stefan Ellmauthaler 2021-12-22 17:52:53 +01:00
parent c8a61ec3c8
commit ddb42e17b5

View File

@ -13,7 +13,7 @@
# format = "x509"; # format = "x509";
# program = "gpgsm"; # program = "gpgsm";
#}; #};
user = { signingKey = "0x4998BEEE"; }; user = { signingKey = "C804A9C1B7AF8256"; };
init = { defaultBranch = "main";}; init = { defaultBranch = "main";};
branch = { autosetuprebase = "always";}; branch = { autosetuprebase = "always";};
}; };