aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/arrakis')
-rw-r--r--hosts/arrakis/services.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index b295116..67db914 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -62,7 +62,10 @@
iperf3.openFirewall = true;
- jellyfin.enable = true;
+ jellyfin = {
+ enable = true;
+ package = pkgs.master.jellyfin;
+ };
nfs = {
server = {