From 268d07997806bd35830cbf1649776b2889e23c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 28 Sep 2025 19:04:11 +0800 Subject: [PATCH] home/gpg: add key --- nix/homeModules/common/gpg.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/homeModules/common/gpg.nix b/nix/homeModules/common/gpg.nix index f20aca9f..02df7fa6 100644 --- a/nix/homeModules/common/gpg.nix +++ b/nix/homeModules/common/gpg.nix @@ -34,6 +34,10 @@ user = "jappeace"; hash = "sha256-wJ4hiE7M7dcEMaE8waNZEi+tybpVIsFzoeDJhIIaLhk="; } + { + user = "gautaz"; + hash = "sha256-j0I9l8uKfzKNrc2qveFi5mkRppxL36+BUEqvFPs6vqA="; + } { user = "confusedkernel"; hash = "sha256-9DdtDAcv+2Z0jJMSLAXbp5ne8uHYj5V/lNGi0kKSdv4=";