]> Git — Sourcephile - sourcephile-nix.git/blob - machines/mermet/security.nix
security: no longer depend upon upstream's hardening
[sourcephile-nix.git] / machines / mermet / security.nix
1 { inputs, pkgs, lib, config, ... }:
2 {
3 services.openssh.extraConfig = ''
4 # This is for removing remote gpg-agent's socket
5 StreamLocalBindUnlink yes
6 '';
7 }