From 91556527766b74df972a852e1d2bffed9f0d46c8 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 9 Dec 2025 01:47:27 +0100 Subject: [PATCH] Services/Box: Init at v0.29.3 --- system/servenix/default.nix | 1 + system/servenix/hardware-configuration.nix | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/system/servenix/default.nix b/system/servenix/default.nix index d6c5598c..4d6fb3f5 100644 --- a/system/servenix/default.nix +++ b/system/servenix/default.nix @@ -25,6 +25,7 @@ # General services ../services/authelia.nix ../services/bazarr.nix + ../services/box.nix ../services/fileflows.nix ../services/gitea.nix ../services/immich.nix diff --git a/system/servenix/hardware-configuration.nix b/system/servenix/hardware-configuration.nix index 1ce142f8..7bbd6548 100644 --- a/system/servenix/hardware-configuration.nix +++ b/system/servenix/hardware-configuration.nix @@ -63,6 +63,12 @@ fsType = "nfs"; options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"]; }; + + "/media/Box" = { + device = "192.168.86.20:/mnt/Seagate4TB/Box"; + fsType = "nfs"; + options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"]; + }; }; swapDevices = [