ma share/omo: set workgroup and netbios name

This commit is contained in:
makefu 2020-11-16 21:33:58 +01:00
parent 4185a02e3b
commit cd921ac7a8

View file

@ -82,6 +82,9 @@ in {
printing = bsd
printcap name = /dev/null
disable spoolss = yes
workgroup = WORKGROUP
server string = ${config.networking.hostName}
netbios name = ${config.networking.hostName}
'';
};
}