diff --git a/nixos/deploy.sh b/nixos/deploy.sh index 75aac96f..11bbfec4 100755 --- a/nixos/deploy.sh +++ b/nixos/deploy.sh @@ -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 ) diff --git a/nixos/systems/tewi/nixos.nix b/nixos/systems/tewi/nixos.nix index 93612ca9..f74278fe 100644 --- a/nixos/systems/tewi/nixos.nix +++ b/nixos/systems/tewi/nixos.nix @@ -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" ]; }; };