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