From 54dc097b44e24cf56d458d7f8addb9ca8f79e445 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 12 Nov 2024 21:09:45 +0100 Subject: [PATCH 1/2] hosts/carbon: Enable mDNS reflection between net-heimnetz and net-iot --- hosts/carbon/configuration.nix | 1 + hosts/carbon/mdns.nix | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 hosts/carbon/mdns.nix diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index a993d70..34efa5a 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -7,6 +7,7 @@ ../../configuration/router ./dns.nix + ./mdns.nix ./net-dsl.nix ./net-gastnetz.nix ./net-heimnetz.nix diff --git a/hosts/carbon/mdns.nix b/hosts/carbon/mdns.nix new file mode 100644 index 0000000..35a422b --- /dev/null +++ b/hosts/carbon/mdns.nix @@ -0,0 +1,17 @@ +{ pkgs, ... }: + +{ + + services.avahi = { + enable = true; + nssmdns4 = true; + + allowInterfaces = [ + "net-heimnetz" + "net-iot" + ]; + + reflector = true; + }; + +} From 1644650c1761ddb391647d3698793f7056238d7a Mon Sep 17 00:00:00 2001 From: Flake Update Bot Date: Wed, 13 Nov 2024 03:03:03 +0100 Subject: [PATCH 2/2] Update nixpkgs 2024-11-13-02-03 --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 4f0c0ab..33f2306 100644 --- a/flake.lock +++ b/flake.lock @@ -288,11 +288,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1725983898, - "narHash": "sha256-4b3A9zPpxAxLnkF9MawJNHDtOOl6ruL0r6Og1TEDGCE=", + "lastModified": 1731139594, + "narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1355a0cbfeac61d785b7183c0caaec1f97361b43", + "rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2", "type": "github" }, "original": {