[pi4] Nftables firewall config, moved security.nix to security dir

This commit is contained in:
2025-04-16 21:09:17 +00:00
parent 36ba00efc3
commit 244a029d70
3 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,11 @@
{
imports = [
./firewall.nix
];
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
services.pcscd.enable = true;
}