host/asus: enable wireguard
This commit is contained in:
parent
ee763193fa
commit
cd41b21181
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
mode = "0400";
|
mode = "0400";
|
||||||
};
|
};
|
||||||
local.wireguard = {
|
local.wireguard = {
|
||||||
enable = false;
|
enable = true;
|
||||||
ip = "10.100.0.3/24";
|
ip = "10.100.0.3/24";
|
||||||
privateKeyFile = config.age.secrets.wireguard-asus-gl553vd-private.path;
|
privateKeyFile = config.age.secrets.wireguard-asus-gl553vd-private.path;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue