diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2024-05-13 21:49:26 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2024-05-13 22:26:01 +0200 |
| commit | d5978bc46aa7fa16e90d9ae067e5e2a894b6f275 (patch) | |
| tree | a23c84e71e43f1bdf9c0519f5144f956b809609b /config/networking/default.nix | |
| parent | 43780b88d8e79c7e50e2e5d7d3f798ce7314658f (diff) | |
firewall: fix sonos rules
Diffstat (limited to 'config/networking/default.nix')
| -rw-r--r-- | config/networking/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/networking/default.nix b/config/networking/default.nix index a3486be..087f791 100644 --- a/config/networking/default.nix +++ b/config/networking/default.nix @@ -73,8 +73,8 @@ in { subnet = "192.168.3"; machines = { self.address = "192.168.3.1"; - sonos-move.address = "192.168.3.28"; - sonos-play1.address = "192.168.3.29"; + sonos-move.address = "192.168.3.10"; + sonos-play1.address = "192.168.3.11"; }; }; eth0 = let device = "enp3s0"; |
