storage-refactor #9
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"system/jellyfin" = {
|
"system/media" = {
|
||||||
atime = "off";
|
atime = "off";
|
||||||
relatime = "off";
|
relatime = "off";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue