ma share/omo: set workgroup and netbios name
This commit is contained in:
parent
4185a02e3b
commit
cd921ac7a8
|
@ -82,6 +82,9 @@ in {
|
||||||
printing = bsd
|
printing = bsd
|
||||||
printcap name = /dev/null
|
printcap name = /dev/null
|
||||||
disable spoolss = yes
|
disable spoolss = yes
|
||||||
|
workgroup = WORKGROUP
|
||||||
|
server string = ${config.networking.hostName}
|
||||||
|
netbios name = ${config.networking.hostName}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue