samba-share: fix enable
This commit is contained in:
parent
5a028baa05
commit
6a5744a3f8
2 changed files with 8 additions and 4 deletions
|
@ -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"];
|
||||||
|
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue