challenger/audiobookshelf: fix mount again.

challenger: other minor updates
This commit is contained in:
2026-02-18 18:12:06 +01:00
parent 7d8a3a10dc
commit 4e93e8dc04
4 changed files with 9 additions and 11 deletions

View File

@@ -65,9 +65,6 @@
timerConfig.OnCalendar = "05:15"; # 2h after postgresqlBackup
};
# Transmission metadata/config
transmission = localJob "transmission" [ "/var/lib/transmission" ];
# TODO: timemachine
};
@@ -76,7 +73,6 @@
sops.secrets."restic/media" = { };
sops.secrets."restic/nextcloud" = { };
sops.secrets."restic/postgres" = { };
sops.secrets."restic/transmission" = { };
environment.systemPackages = with pkgs; [
restic

View File

@@ -4,9 +4,12 @@ let
host = "127.0.1.2";
port = 5016;
in {
fileSystems = {
"/var/lib/audiobookshelf" = {
device = "/tank/media/audiobookshelf/config";
depends = [ "/tank/media/audiobookshelf" ];
fsType = "none";
options = [ "bind" ];
};
};