feat(Infini-SERVER): enable avahi publishing

This commit is contained in:
Infinidoge 2022-03-12 12:12:48 -05:00
parent 3fb16f4437
commit 49e4aeb353

View file

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