Correct mount path for plex media

This commit is contained in:
Andreas Zweili 2024-01-29 14:29:57 +01:00
parent 4d4f6ce3df
commit a625cf741c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ in {
age.secrets.plexClaim.file = "${inputs.self}/scrts/plex_claim.age";
fileSystems."${volumePath}" = {
device = "10.7.89.108:server_data/nextcloud/data";
device = "10.7.89.108:media";
fsType = "nfs";
options = [ "hard" "noatime" "rw" ];
};