nix/shared/bastion.nix
2025-07-22 00:05:56 +02:00

7 lines
No EOL
93 B
Nix

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