diff --git a/nix/hosts/lemp11/programs.nix b/nix/hosts/lemp11/programs.nix index 9da9ff9..c487431 100644 --- a/nix/hosts/lemp11/programs.nix +++ b/nix/hosts/lemp11/programs.nix @@ -2,12 +2,6 @@ { programs = { - gnupg.agent = { - enable = true; - enableSSHSupport = true; - pinentryPackage = pkgs.pinentry-qt; - }; - firefox = { enable = true; languagePacks = [ "en-GB" ]; diff --git a/nix/hosts/t490/programs.nix b/nix/hosts/t490/programs.nix index aa7e2c3..f3cfe26 100644 --- a/nix/hosts/t490/programs.nix +++ b/nix/hosts/t490/programs.nix @@ -3,11 +3,5 @@ { programs = { dconf.enable = true; - - gnupg.agent = { - enable = true; - enableSSHSupport = true; - pinentryPackage = pkgs.pinentry-qt; - }; }; }