refactor: extract gpg config

This commit is contained in:
Michael Mandl 2024-07-10 12:58:04 +02:00
parent 35550c6085
commit 8f1ca25dba
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
10 changed files with 10 additions and 130 deletions

View file

@ -28,7 +28,8 @@
user = "mandlm";
userName = "Michael Mandl";
userEmail = "mandlm@molez.net";
userSigningKey = "4AA25D647AA54CC7";
gpgSigningKey = "4AA25D647AA54CC7";
gpgSSHKeys = [ "1F937AC8F77ED74CE24EAAE79B5601F73C6D115F" ];
theme = "dark";
};
};
@ -43,7 +44,8 @@
user = "mmandl";
userName = "Michael Mandl";
userEmail = "michael.mandl@horsch.com";
userSigningKey = "088ED38F036C7AF2";
gpgSigningKey = "088ED38F036C7AF2";
gpgSSHKeys = [ "AEB2BF3FF9CF9529E9A3C6F1A202D21686FF9278" ];
theme = "dark";
};
};