packages/amberol: bind-mount /srv/data/music into the sandbox
This commit is contained in:
parent
b111b09b88
commit
31b42cfd44
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ mkNixPak {
|
||||||
];
|
];
|
||||||
bind.ro = [
|
bind.ro = [
|
||||||
(sloth.concat' sloth.homeDir "/Music")
|
(sloth.concat' sloth.homeDir "/Music")
|
||||||
|
"/srv/data/music"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
app.package = callPackage ./amberol.nix {};
|
app.package = callPackage ./amberol.nix {};
|
||||||
|
|
Loading…
Reference in a new issue