From 2f14b6d5d267355e84aeb30674717467d042a68e Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 14 Mar 2024 16:02:12 +0100 Subject: [PATCH] remove gpg pinentry config something changed and I don't use it anymore anyway --- hosts/del/configuration.nix | 6 ------ hosts/niks/configuration.nix | 6 ------ 2 files changed, 12 deletions(-) diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index e22a9c1e2..57b89fba2 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -93,12 +93,6 @@ }; }; - programs.gnupg.agent = { - enable = true; - pinentryFlavor = "qt"; - enableSSHSupport = true; - }; - services.btrfs = { autoScrub = { enable = true; diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index be172a36c..d5c0ad587 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -64,12 +64,6 @@ ratbagd.enable = true; }; - programs.gnupg.agent = { - enable = true; - pinentryFlavor = "qt"; - enableSSHSupport = true; - }; - services.btrfs = { autoScrub = { enable = true;