sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add given password for hosts/mermet/knot/autogeree.net/lebureau.conf to store.
[sourcephile-nix.git]
/
hosts
/
mermet
/
security.nix
1
{ ... }:
2
{
3
services.openssh.extraConfig = ''
4
# This is for removing remote gpg-agent's socket
5
StreamLocalBindUnlink yes
6
'';
7
}