1

Services/Box: Init at v0.29.3

This commit is contained in:
2025-12-09 01:47:27 +01:00
parent e61b989cc0
commit 9155652776
2 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,7 @@
# General services # General services
../services/authelia.nix ../services/authelia.nix
../services/bazarr.nix ../services/bazarr.nix
../services/box.nix
../services/fileflows.nix ../services/fileflows.nix
../services/gitea.nix ../services/gitea.nix
../services/immich.nix ../services/immich.nix

View File

@ -63,6 +63,12 @@
fsType = "nfs"; fsType = "nfs";
options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"]; 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 = [ swapDevices = [