nix/shared/bastion.nix
2025-07-22 18:24:28 +02:00

8 lines
No EOL
123 B
Nix

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