Update server ssh remote key

This commit is contained in:
thiloho
2023-08-05 16:52:06 +02:00
parent 7ee82da8f4
commit b99f92a7d0
2 changed files with 2 additions and 2 deletions

View File

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