remove the download-share

I'm mounting it directly with docker
This commit is contained in:
Andreas Zweili 2022-03-07 10:40:11 +01:00
parent 08b9875467
commit efc43800e0
2 changed files with 0 additions and 8 deletions

View File

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

View File

@ -7,7 +7,6 @@
inherit inputs;
})
"${inputs.self}/modules/docker"
"${inputs.self}/modules/download-share"
"${inputs.self}/modules/jdownloader"
];
}