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