jellyfin config should be in server definition, not machine definition

This commit is contained in:
Haak Saxberg 2023-11-19 17:05:22 -08:00
parent c6dc5b4c9d
commit bdb9cbfb13
3 changed files with 8 additions and 5 deletions

View file

@ -64,7 +64,10 @@ in
{ nodes, ... }:
{
deployment.targetHost = serverIp;
imports = [ ../system/xps11/configuration.nix ];
imports = [
../system/xps11/configuration.nix
../home/programs/jellyfin
];
fileSystems."/storage" = {
device = "${nasIp}:/storage";