services: wireguard: removed unused module
replaced by tailscale
This commit is contained in:
parent
1d8750efed
commit
c16d8513d2
8 changed files with 0 additions and 162 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue