]> Git — Sourcephile - sourcephile-nix.git/blob - machines/losurdo/security.nix
mermet: update and fix security.gnupg
[sourcephile-nix.git] / machines / losurdo / security.nix
1 { inputs, pkgs, lib, config, ... }:
2 {
3 security.gnupg.agent = {
4 keyring."9AA84E6F6D71F9163C46BF396B141A0806219077" = {};
5 };
6 services.openssh.extraConfig = ''
7 # This is for removing remote gpg-agent's socket
8 StreamLocalBindUnlink yes
9 '';
10 }