mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
11 lines
186 B
Nix
11 lines
186 B
Nix
{lib, ...}: {
|
|
services.avahi = lib.mkDefault {
|
|
enable = true;
|
|
nssmdns4 = true;
|
|
openFirewall = true;
|
|
publish = {
|
|
enable = true;
|
|
domain = true;
|
|
};
|
|
};
|
|
}
|