packages/amberol: bind-mount /srv/data/music into the sandbox

This commit is contained in:
Max Headroom 2023-01-22 16:23:11 +01:00
parent b111b09b88
commit 31b42cfd44

View file

@ -16,6 +16,7 @@ mkNixPak {
];
bind.ro = [
(sloth.concat' sloth.homeDir "/Music")
"/srv/data/music"
];
};
app.package = callPackage ./amberol.nix {};