tweak(Infini-SERVER): simplify avahi configuration

This commit is contained in:
Infinidoge 2022-04-11 23:55:11 -04:00
parent 6e4f72402a
commit a83bbd2b7a

View file

@ -21,14 +21,7 @@
};
services = {
avahi = {
publish = {
enable = true;
domain = true;
addresses = true;
};
reflector = true;
};
avahi.reflector = true;
soft-serve.enable = true;
};