dotfiles/modules/config/instances/config/wireGuard.nix
2025-03-31 23:58:10 -05:00

18 lines
276 B
Nix
Executable file

{ instancesFunctions }:
let
inherit (instancesFunctions)
sopsPath
;
wireGuardLabel = "WireGuard";
wireGuardName = "wireguard";
in
{
label = wireGuardLabel;
name = wireGuardName;
sops = {
path0 = "${sopsPath}/${wireGuardName}";
};
ports = {
};
}