✨ [pi4] Nftables firewall config, moved security.nix to security dir
This commit is contained in:
11
hosts/pi4/security/default.nix
Normal file
11
hosts/pi4/security/default.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
imports = [
|
||||
./firewall.nix
|
||||
];
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
services.pcscd.enable = true;
|
||||
}
|
Reference in New Issue
Block a user