init
This commit is contained in:
parent
6a95af0656
commit
6447202f7f
11 changed files with 235 additions and 0 deletions
7
shared/bastion.nix
Normal file
7
shared/bastion.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
# Import dependencies
|
||||
imports = [
|
||||
./bastion/wireguard.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue