6 lines
125 B
Nix
6 lines
125 B
Nix
{ config, lib, ... }:
|
|
|
|
lib.mkIf config.jalr.gui.enable {
|
|
services.avahi.enable = true;
|
|
services.avahi.nssmdns4 = true;
|
|
}
|