chore(deluge): filesystem permissions

This commit is contained in:
arcnmx 2024-11-04 16:15:20 -08:00
parent ce2ccebcc4
commit e06af89d88
2 changed files with 18 additions and 1 deletions

View file

@ -129,7 +129,7 @@ in {
"${deluge.downloadDir}" = mkIf deluge.enable (mkMerge [
bind
{
device = kyuuto.mountDir + "/downloads/deluge/download";
device = kyuuto.downloadsDir + "/deluge/download";
}
]);
};