remove logseq input
This commit is contained in:
parent
9d36aa4aa7
commit
3220845ef3
1 changed files with 14 additions and 0 deletions
|
@ -76,4 +76,18 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableExtraSocket = 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";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue