diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-06-17 20:16:31 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-06-17 23:08:25 +0200 |
| commit | 6035a5e7ad00ecbe79627ff1e36c6e43e17eadbc (patch) | |
| tree | 90d1786d04001877bace801b30d895a1bcd3fbe2 /config/networking/default.nix | |
| parent | 22e870761ed881d9bd57ce13e72f5efac580c6f3 (diff) | |
config: firewall: fix sonos
Diffstat (limited to 'config/networking/default.nix')
| -rw-r--r-- | config/networking/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/networking/default.nix b/config/networking/default.nix index 3751a02..3d8c464 100644 --- a/config/networking/default.nix +++ b/config/networking/default.nix @@ -71,7 +71,11 @@ in { device = "wlp5s0"; interface = "iot"; subnet = "192.168.3"; - machines = { self.address = "192.168.3.1"; }; + machines = { + self.address = "192.168.3.1"; + sonos-move.address = "192.168.3.28"; + sonos-play1.address = "192.168.3.29"; + }; }; }; }; |
