]> Git — Sourcephile - sourcephile-nix.git/blob - machines/mermet/security.nix
apparmor: temporary merge nixpkgs#101071 and nixpkgs#96655
[sourcephile-nix.git] / machines / mermet / security.nix
1 { inputs, pkgs, lib, config, ... }:
2 {
3 environment.memoryAllocator.provider = "libc";
4 services.openssh.extraConfig = ''
5 # This is for removing remote gpg-agent's socket
6 StreamLocalBindUnlink yes
7 '';
8 }