enable avahi
This commit is contained in:
parent
bf3d2dbedd
commit
5ae2dd88d6
8
modules/home-controller/avahi.nix
Normal file
8
modules/home-controller/avahi.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.avahi = {
|
||||||
|
enable = true;
|
||||||
|
publish.enable = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -9,6 +9,7 @@ with lib; let
|
||||||
cfg = config.pub-solar.home-controller;
|
cfg = config.pub-solar.home-controller;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
|
./avahi.nix
|
||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
./monitoring-client.nix
|
./monitoring-client.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue