boreal: enable wireguard

This commit is contained in:
Antoine Martin 2021-04-16 21:57:08 +02:00
parent 795ad0bc8e
commit 9c294caf3d

View file

@ -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 = {