samba-share: fix enable

This commit is contained in:
Ingolf Wagner 2019-12-03 11:56:29 +13:00
parent 5a028baa05
commit 6a5744a3f8
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 8 additions and 4 deletions

View file

@ -14,10 +14,12 @@
]; ];
custom.samba-share.folders = { custom.samba-share = {
enable = false; enable = false;
folders = {
public = "/home/palo/movies"; public = "/home/palo/movies";
}; };
};
system.custom.wifi.interfaces = ["wlp3s0"]; system.custom.wifi.interfaces = ["wlp3s0"];

View file

@ -54,10 +54,12 @@
height = 768; height = 768;
}; };
custom.samba-share.folders = { custom.samba-share = {
enable = false; enable = false;
folders = {
public = "/home/palo/movies"; public = "/home/palo/movies";
}; };
};
} }