From ecce970a8e28fb8ab2e8672437a5131615383b42 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Tue, 14 Mar 2023 17:32:31 -0700 Subject: [PATCH] bugfix --- nixos/deploy.sh | 2 +- nixos/systems/tewi/nixos.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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" ]; }; };