Remove debug tasks from global.yml and update git signing config
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
# Basic configuration
|
||||
userName = "Menno van Leeuwen";
|
||||
userEmail = "menno@vleeuwen.me";
|
||||
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+sKpcREOUjwMMSzEWAso6830wbOi8kUxqpuXWw5gHr";
|
||||
|
||||
# Git settings
|
||||
extraConfig = {
|
||||
@@ -79,7 +80,14 @@
|
||||
|
||||
# Security
|
||||
gpg = {
|
||||
program = "${pkgs.gnupg}/bin/gpg";
|
||||
format = "ssh";
|
||||
ssh = {
|
||||
program = "/opt/1Password/op-ssh-sign";
|
||||
};
|
||||
};
|
||||
|
||||
commit = {
|
||||
gpgsign = true;
|
||||
};
|
||||
|
||||
# Performance
|
||||
|
||||
Reference in New Issue
Block a user