1 { inputs, pkgs, lib, config, ... }:
3 security.lockKernelModules = false;
4 security.gnupg.agent = {
5 keyring."9AA84E6F6D71F9163C46BF396B141A0806219077" = {
6 passwordGpg = "gnupg/root.gpg";
9 services.openssh.extraConfig = ''
10 # This is for removing remote gpg-agent's socket
11 StreamLocalBindUnlink yes