modified: hosts/server/configuration.nix

This commit is contained in:
2025-12-18 12:06:39 +10:00
parent bc5be541c3
commit 3db1205a8d

View File

@@ -84,6 +84,7 @@ systemd.timers.backup = {
};
};
networking.wireguard.enable = true;
networking.wireguard.interfaces.wg0 = {
ips = [ "10.100.0.254/24" ];
listenPort = 51820;