remove logseq input

This commit is contained in:
outfoxxed 2025-07-24 19:24:47 -07:00
parent 9d36aa4aa7
commit 3220845ef3
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -76,4 +76,18 @@
enable = true;
enableExtraSocket = true;
};
systemd.user.sockets.gpg-agent-ssh = {
wantedBy = [ "sockets.target" ];
unitConfig.Description = "GPG ssh socket";
socketConfig = {
ListenStream = "%t/gnupg/S.gpg-agent.ssh";
FileDescriptorName = "ssh";
Service = "gpg-agent.service";
SocketMode = "0600";
DirectoryMode = "0700";
};
};
}