samba-share: fix enable

This commit is contained in:
Ingolf Wagner 2019-12-03 11:56:29 +13:00
parent 5a028baa05
commit 6a5744a3f8
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 8 additions and 4 deletions

View file

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

View file

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