services: wireguard: removed unused module

replaced by tailscale
This commit is contained in:
Antoine Martin 2021-07-13 23:51:17 +02:00
parent 1d8750efed
commit c16d8513d2
8 changed files with 0 additions and 162 deletions

View file

@ -83,23 +83,6 @@ in
pipewire.enable = true;
tailscale.enable = true;
wireguard = {
enable = false;
iface = "wg";
port = 51820;
net = {
v4 = {
subnet = "10.0.0";
mask = 24;
};
v6 = {
subnet = "fd42:42:42";
mask = 64;
};
};
};
};
services = {