feat: added wireguard

This commit is contained in:
Nick 2025-03-31 22:53:08 -05:00
parent a635237125
commit a7ed1629e8
6 changed files with 105 additions and 5 deletions

View file

@ -0,0 +1,18 @@
{ instancesFunctions }:
let
inherit (instancesFunctions)
sopsPath
;
wireGuardLabel = "WireGuard";
wireGuardName = "wireguard";
in
{
label = wireGuardLabel;
name = wireGuardName;
sops = {
path0 = "${sopsPath}/${wireGuardName}";
};
ports = {
};
}