diff options
Diffstat (limited to 'hosts/cirrus')
| -rw-r--r-- | hosts/cirrus/wireguard-server.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/cirrus/wireguard-server.nix b/hosts/cirrus/wireguard-server.nix index 886b045..e8dbce1 100644 --- a/hosts/cirrus/wireguard-server.nix +++ b/hosts/cirrus/wireguard-server.nix @@ -38,7 +38,7 @@ networks."oxalab" = { matchConfig.Name = "oxalab"; networkConfig = { - Address = "10.66.66.1"; + Address = "10.66.66.1/24"; }; }; }; |
