remove media-share from plex

This commit is contained in:
Andreas Zweili 2022-03-07 12:11:21 +01:00
parent efc43800e0
commit f8aa9bc451
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
{ ... }:
{
fileSystems."/mnt/media" = {
device = "10.7.89.108:media";
fsType = "nfs";
};
}

View File

@ -10,7 +10,6 @@
time = "03:30"; inherit config custom inputs pkgs;
})
"${inputs.self}/modules/docker"
"${inputs.self}/modules/media-share"
"${inputs.self}/modules/plex"
];
}