Remove duplicate mount option for media share on plex

This commit is contained in:
Andreas Zweili 2024-01-29 14:31:16 +01:00
parent a625cf741c
commit 89daa49938
1 changed files with 0 additions and 5 deletions

View File

@ -11,11 +11,6 @@ in {
config = lib.mkIf cfg.enable {
age.secrets.plexClaim.file = "${inputs.self}/scrts/plex_claim.age";
fileSystems."${volumePath}" = {
device = "10.7.89.108:media";
fsType = "nfs";
options = [ "hard" "noatime" "rw" ];
};
networking = {
firewall.allowedTCPPorts = [
32400 # Web Interface/ Remote Access