summaryrefslogtreecommitdiff
path: root/hosts/cirrus/wireguard-server.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-18 17:09:07 +0200
committerGrigory Shipunov2022-06-18 17:09:07 +0200
commit7f7e6526674d47d22a0fd54f5e061e10a29d5bf7 (patch)
tree86684739fd30cca427a59110d14a2640ce418114 /hosts/cirrus/wireguard-server.nix
parent3bfc835ebb63e232d67dd342af55e6da2a08d007 (diff)
set prefix size explicitly
Diffstat (limited to 'hosts/cirrus/wireguard-server.nix')
-rw-r--r--hosts/cirrus/wireguard-server.nix2
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";
};
};
};