nix/shared/bastion.nix
2025-07-21 21:09:45 +02:00

9 lines
No EOL
154 B
Nix

{ ... }:
{
# Import dependencies
imports = [
./bastion/wireguard.nix
./bastion/forward.nix
./bastion/nftables.nix
];
}