change mount point
This commit is contained in:
parent
91480629ae
commit
0646638710
4 changed files with 12 additions and 4 deletions
|
|
@ -44,6 +44,7 @@ in
|
|||
Media = mkFolderOptions "Media" { devices = lib.filter (d: d != "iphone") allDevices; };
|
||||
Archive = mkFolderOptions "Archive" {};
|
||||
Consume = mkFolderOptions "Consume" {};
|
||||
DCIM = mkFolderOptions "DCIM" { devices = serverDevices; };
|
||||
};
|
||||
enableGui = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue