Add jellyfin container configuration

This commit is contained in:
2023-05-09 20:13:54 +01:00
parent 7e02d58328
commit 1d551d6ea7
4 changed files with 64 additions and 2 deletions

View File

@ -43,11 +43,21 @@
fsType = "zfs";
};
fileSystems."/var/lib/containers/storage" =
{ device = "rpool/system/var/lib/containers/storage";
fsType = "zfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/E63E-8E75";
fsType = "vfat";
};
fileSystems."/mnt/library" =
{ device = "library";
fsType = "zfs";
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking