Add avahi module
This commit is contained in:
parent
2a8c2c2f3b
commit
ffbe3c5d49
2 changed files with 7 additions and 0 deletions
6
modules/avahi.nix
Normal file
6
modules/avahi.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
lib.mkIf config.jalr.gui.enable {
|
||||
services.avahi.enable = true;
|
||||
services.avahi.nssmdns = true;
|
||||
}
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
../pkgs/modules.nix
|
||||
./adb.nix
|
||||
./autologin.nix
|
||||
./avahi.nix
|
||||
./aws.nix
|
||||
./bluetooth.nix
|
||||
./bootloader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue