feat(Infini-SERVER): enable avahi publishing
This commit is contained in:
parent
3fb16f4437
commit
49e4aeb353
1 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,15 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
avahi = {
|
||||||
|
publish = {
|
||||||
|
enable = true;
|
||||||
|
domain = true;
|
||||||
|
addresses = true;
|
||||||
|
};
|
||||||
|
reflector = true;
|
||||||
|
};
|
||||||
|
|
||||||
soft-serve.enable = true;
|
soft-serve.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue