enable avahi

This commit is contained in:
Hendrik Sokolowski 2023-10-29 00:41:41 +02:00
parent bf3d2dbedd
commit 5ae2dd88d6
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ ... }:
{
services.avahi = {
enable = true;
publish.enable = true;
};
}

View file

@ -9,6 +9,7 @@ with lib; let
cfg = config.pub-solar.home-controller;
in {
imports = [
./avahi.nix
./wireguard.nix
./monitoring-client.nix
];