fixup! use home-assistant gpg-agent

This commit is contained in:
Noa Aarts 2024-11-11 10:17:22 +01:00
parent 15ed2e141b
commit da93c2f7ac
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -31,6 +31,7 @@ in
home = { home = {
file = { file = {
".gnupg/scdaemon.conf".text = "disable-ccid";
"programming".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/"; "programming".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/";
}; };
homeDirectory = "/home/${me.nickname}"; homeDirectory = "/home/${me.nickname}";
@ -241,7 +242,6 @@ in
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
enableSshSupport = true; enableSshSupport = true;
enableScDaemon = true;
pinentryPackage = pkgs.pinentry-qt; pinentryPackage = pkgs.pinentry-qt;
}; };
}; };