storage-refactor #9
3 changed files with 4 additions and 3 deletions
|
|
@ -28,8 +28,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"system/media" = {
|
"system/media" = {
|
||||||
atime = "off";
|
mount = "/persist/replicate/system/media";
|
||||||
relatime = "off";
|
|
||||||
|
|
||||||
directories."${config.services.jellyfin.media_directory}" = lib.mkIf config.services.jellyfin.impermanence.enable {
|
directories."${config.services.jellyfin.media_directory}" = lib.mkIf config.services.jellyfin.impermanence.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"system/media" = {
|
"system/media" = {
|
||||||
|
mount = "/persist/replicate/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";
|
||||||
|
|
|
||||||
|
|
@ -150,7 +150,7 @@ in {
|
||||||
local = {
|
local = {
|
||||||
"" = {
|
"" = {
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
mount = "";
|
mount = null;
|
||||||
};
|
};
|
||||||
"root" = {
|
"root" = {
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue