feat: switched jellyfin media and qbittorent media to being the same dataset

This commit is contained in:
Leyla Becker 2025-11-17 17:56:31 -06:00
parent e196541f2a
commit ecdd407abe
2 changed files with 2 additions and 2 deletions

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";