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