storage-refactor #9

Open
jan-leila wants to merge 40 commits from storage-refactor into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ecdd407abe - Show all commits

View file

@ -27,7 +27,7 @@ in {
}; };
}; };
}; };
"system/jellyfin" = { "system/media" = {
atime = "off"; atime = "off";
relatime = "off"; relatime = "off";

View file

@ -18,7 +18,7 @@ in {
group.name = "qbittorrent"; group.name = "qbittorrent";
}; };
}; };
"system/qbittorrent" = { "system/media" = {
directories."${config.services.qbittorrent.mediaDir}" = lib.mkIf config.services.qbittorrent.impermanence.enable { directories."${config.services.qbittorrent.mediaDir}" = lib.mkIf config.services.qbittorrent.impermanence.enable {
owner.name = "qbittorrent"; owner.name = "qbittorrent";
group.name = "qbittorrent"; group.name = "qbittorrent";