From d641f6cda4b062b87b3dded862d91ac7398619ac Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Mon, 12 Jun 2023 13:27:11 +0200 Subject: [PATCH] Update GPG key --- nixos-configurations/pc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-configurations/pc/default.nix b/nixos-configurations/pc/default.nix index 283c724..35780db 100644 --- a/nixos-configurations/pc/default.nix +++ b/nixos-configurations/pc/default.nix @@ -108,7 +108,7 @@ }; git = { signing = { - key = "8A14DB4580E6248C"; + key = "74F3E176485BE7DA"; }; }; swaylock.enable = true;