Add avahi module

This commit is contained in:
Jakob Lechner 2024-12-08 20:12:44 +01:00
parent 2a8c2c2f3b
commit ffbe3c5d49
2 changed files with 7 additions and 0 deletions

6
modules/avahi.nix Normal file
View file

@ -0,0 +1,6 @@
{ config, lib, ... }:
lib.mkIf config.jalr.gui.enable {
services.avahi.enable = true;
services.avahi.nssmdns = true;
}

View file

@ -17,6 +17,7 @@
../pkgs/modules.nix
./adb.nix
./autologin.nix
./avahi.nix
./aws.nix
./bluetooth.nix
./bootloader