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; }; };