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 = [