samba-share: fix enable
This commit is contained in:
parent
5a028baa05
commit
6a5744a3f8
2 changed files with 8 additions and 4 deletions
|
@ -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"];
|
||||
|
|
|
@ -54,9 +54,11 @@
|
|||
height = 768;
|
||||
};
|
||||
|
||||
custom.samba-share.folders = {
|
||||
custom.samba-share = {
|
||||
enable = false;
|
||||
public = "/home/palo/movies";
|
||||
folders = {
|
||||
public = "/home/palo/movies";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue