Add port attrset
This commit is contained in:
parent
e7f9b90db3
commit
f0762b17c6
26 changed files with 233 additions and 48 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
args@{ config, lib, pkgs, custom-utils, ... }:
|
||||
|
||||
let
|
||||
listenPort = 51000;
|
||||
ports = import ../ports.nix args;
|
||||
listenPort = ports.wireguard-public-ip-tunnel.udp;
|
||||
publicKey = "GCmQs7upvDYFueEfqD2yJkkOZg3K7YaGluWWzdjsyTo=";
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue