bundles/nfs-server: add avahi config

This commit is contained in:
Franzi 2025-05-06 20:57:41 +02:00
parent 2b0e559f6c
commit ae07976439
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 45 additions and 20 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">NFS ${path} on %h</name>
<service>
<type>_nfs._tcp</type>
<port>2049</port>
<txt-record>path=${path}</txt-record>
</service>
</service-group>