mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
77ca80d621
commit
531c91b9e5
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
||||||
services.samba-wsdd.enable = true;
|
services.samba-wsdd.enable = true;
|
||||||
services.samba = {
|
services.samba = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNmbd = false;
|
nmbd.enable = false;
|
||||||
enableWinbindd = false;
|
winbindd.enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
"workgroup" = "WORKGROUP";
|
"workgroup" = "WORKGROUP";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue