From 60c14e70f25bf068b208dbd8e85fd02182362a16 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Sat, 3 Aug 2024 11:55:56 +0200 Subject: [PATCH] update: add gpg to main-homelab --- hosts/main-homelab/configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/main-homelab/configuration.nix b/hosts/main-homelab/configuration.nix index 8aa81fc..92536e1 100644 --- a/hosts/main-homelab/configuration.nix +++ b/hosts/main-homelab/configuration.nix @@ -11,7 +11,12 @@ installPath = "$HOME/.vscodium-server"; }; programs.nix-ld.enable = true; - + + programs.gnupg.agent = { + enable = true; + enableSSHSupport = true; + }; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; @@ -52,6 +57,9 @@ lshw neofetch parted + git-credential-manager + pass-wayland + git ]; users.users.veneficium = {