Update library config
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m47s

This commit is contained in:
Jordan Holt 2024-06-01 15:40:18 +01:00
parent 6dfe3f008b
commit cc09f23831
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -22,7 +22,6 @@ with lib.my;
22 # SSH
];
};
networkmanager.enable = true;
};
services.zfs = {
@ -146,7 +145,11 @@ with lib.my;
};
};
services.jellyfin.enable = true;
services.jellyfin = {
enable = true;
cacheDir = "/var/cache/jellyfin";
dataDir = "/var/lib/jellyfin";
};
modules = {
podman.enable = true;