mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
bugfix
This commit is contained in:
parent
2dda82d1dd
commit
ecce970a8e
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue