added dima and al wireguard
This commit is contained in:
parent
baedfb28fb
commit
a1b24c1db6
@ -35,6 +35,8 @@ rec {
|
|||||||
germano-wg = "10.3.0.19";
|
germano-wg = "10.3.0.19";
|
||||||
flavio-wg = "10.3.0.20";
|
flavio-wg = "10.3.0.20";
|
||||||
tommy-wg = "10.3.0.21";
|
tommy-wg = "10.3.0.21";
|
||||||
|
alain-wg = "10.3.0.22";
|
||||||
|
dima-wg = "10.3.0.23";
|
||||||
eleonora-wg = "10.3.0.100";
|
eleonora-wg = "10.3.0.100";
|
||||||
broccolino-wg = "10.3.0.200";
|
broccolino-wg = "10.3.0.200";
|
||||||
hotpottino-wg = "10.3.0.201";
|
hotpottino-wg = "10.3.0.201";
|
||||||
|
@ -165,6 +165,18 @@ with import ./network.nix;
|
|||||||
allowedIPs = [tommy-wg];
|
allowedIPs = [tommy-wg];
|
||||||
publicKey = "tytknU7wql1d0A2provX3RP7CNcEIajfgBJKoSyVLgo=";
|
publicKey = "tytknU7wql1d0A2provX3RP7CNcEIajfgBJKoSyVLgo=";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
# alain
|
||||||
|
allowedIPs = [alain-wg];
|
||||||
|
publicKey = "/o2msFJoUL4yovcIQJTU8c1faFtekrjSBBWJABouWno=";
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
# dima
|
||||||
|
allowedIPs = [dima-wg];
|
||||||
|
publicKey = "svzWYIZ6v+cLCp/emGG7mx2YpBJqw2fqjVuHZy7b6H0=";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user