{ inputs, pkgs, lib, config, ... }: { security.lockKernelModules = false; security.virtualisation.flushL1DataCache = lib.mkForce null; security.gnupg.agent = { keyring."00B1DD47EA6B7BEF92FFEA66922C6249D6336C94" = { passwordGpg = "gnupg/root.gpg"; }; }; services.openssh.extraConfig = '' # This is for removing remote gpg-agent's socket StreamLocalBindUnlink yes ''; /* environment.systemPackages = [ pkgs.tshark ]; */ }