From 9539016891c12ce31f8e3679db2c168974efc1b7 Mon Sep 17 00:00:00 2001 From: Wekuz Date: Sat, 10 Jan 2026 15:23:04 +0200 Subject: [PATCH] Added gpg --- hosts/plexy/home.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/hosts/plexy/home.nix b/hosts/plexy/home.nix index 4665f8b..375d43d 100644 --- a/hosts/plexy/home.nix +++ b/hosts/plexy/home.nix @@ -10,6 +10,7 @@ # Utilities neovim tmux + gpg zip xz unzip @@ -34,6 +35,19 @@ ethtool ]; + programs.gpg = { + enable = true; + publicKeys.wekuz = [ + { + source = pkgs.fetchurl { + url = "https://keys.openpgp.org/vks/v1/by-fingerprint/0CCE1200AB5E7B059A22B0D82E502F2AABD32DF9"; + sha256 = ""; + }; + trust = 5; + } + ]; + }; + programs.git = { enable = true; settings = {