ma share/omo: set workgroup and netbios name

This commit is contained in:
makefu 2020-11-16 21:33:58 +01:00
parent 9323f9141d
commit 29c4df2d22
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

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}
'';
};
}