Files
nixos-configuration/hosts/pi4/security/default.nix

9 lines
123 B
Nix
Raw Normal View History

2025-04-15 23:39:10 +02:00
{
imports = [
./firewall.nix
];
programs.gnupg.agent.enableSSHSupport = true;
services.pcscd.enable = true;
2025-04-15 23:39:10 +02:00
}