boreal: enable wireguard
This commit is contained in:
parent
795ad0bc8e
commit
9c294caf3d
|
@ -37,6 +37,22 @@ in
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
my.services = {
|
my.services = {
|
||||||
|
wireguard = {
|
||||||
|
enable = true;
|
||||||
|
iface = "wg";
|
||||||
|
port = 51820;
|
||||||
|
|
||||||
|
net = {
|
||||||
|
v4 = {
|
||||||
|
subnet = "10.0.0";
|
||||||
|
mask = 24;
|
||||||
|
};
|
||||||
|
v6 = {
|
||||||
|
subnet = "fd42:42:42";
|
||||||
|
mask = 64;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Reference in a new issue