nixos/estuary: Add john-valorant
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 6m15s
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 6m15s
This commit is contained in:
@@ -148,6 +148,9 @@ rec {
|
||||
hillcrest = {
|
||||
v4 = subnet 6 0 p2pTunnels.v4;
|
||||
};
|
||||
john-valorant = {
|
||||
v4 = subnet 6 1 p2pTunnels.v4;
|
||||
};
|
||||
|
||||
cust = {
|
||||
v4 = subnet 8 100 all.v4; # single ip for routing only
|
||||
@@ -446,6 +449,10 @@ rec {
|
||||
vpn.port = 51822;
|
||||
};
|
||||
|
||||
john-valorant = {
|
||||
vpn.port = 51823;
|
||||
};
|
||||
|
||||
sshKeyFiles = {
|
||||
me = ../.keys/me.pub;
|
||||
deploy = ../.keys/deploy.pub;
|
||||
|
||||
Reference in New Issue
Block a user