This commit is contained in:
arcnmx 2023-03-14 17:32:31 -07:00
parent 2dda82d1dd
commit ecce970a8e
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ TRUSTED_ARGS=(
--no-write-lock-file
--quiet
)
if [[ -e trusted/trusted/flake.nix ]]; then
if [[ -e $NF_CONFIG_ROOT/trusted/trusted/flake.nix ]]; then
TRUSTED_ARGS+=(
--override-input trusted/trusted $NF_CONFIG_ROOT/trusted/trusted
)

View file

@ -168,6 +168,7 @@ in {
StateDirectory = config.services.mediatomb.package.pname;
BindReadOnlyPaths = map (path: "/mnt/shadow/media/${path}") [
"anime" "movies" "tv" "unsorted"
"music" "music-to-import" "music-raw"
];
};
};