]> Git — Sourcephile - sourcephile-nix.git/blob - hosts/mermet/security.nix
nix: format all .nix files
[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 }