From da93c2f7acf2567861bd71d70e8ca70f6046e4d8 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 11 Nov 2024 10:17:22 +0100 Subject: [PATCH] fixup! use home-assistant gpg-agent --- hosts/lambdaos/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lambdaos/home.nix b/hosts/lambdaos/home.nix index 3aa16d6..3ceabf2 100644 --- a/hosts/lambdaos/home.nix +++ b/hosts/lambdaos/home.nix @@ -31,6 +31,7 @@ in home = { file = { + ".gnupg/scdaemon.conf".text = "disable-ccid"; "programming".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/"; }; homeDirectory = "/home/${me.nickname}"; @@ -241,7 +242,6 @@ in enable = true; enableZshIntegration = true; enableSshSupport = true; - enableScDaemon = true; pinentryPackage = pkgs.pinentry-qt; }; };