Change gpg key

This commit is contained in:
thiloho
2023-08-06 19:52:02 +02:00
parent 3eb7836e86
commit fb1c097682

View File

@@ -10,7 +10,7 @@
networking.hostName = "pc"; networking.hostName = "pc";
home-manager.users.thiloho = { pkgs, lib, ... }: { home-manager.users.thiloho = { pkgs, lib, ... }: {
programs.git.signing.key = "573F8F32BA770BAF"; programs.git.signing.key = "5ECD00BDC15A987E";
home.stateVersion = "23.05"; home.stateVersion = "23.05";
}; };
system.stateVersion = "23.05"; system.stateVersion = "23.05";