dotfiles/modules/config/instances/config/wireGuard.nix
2025-06-26 21:20:09 -05:00

18 lines
244 B
Nix
Executable file

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