aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-19 09:12:44 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-19 09:12:44 -0800
commit3424f3330e1ab0efa89e21ac0be38af303f3fcf5 (patch)
treeccbaaaa778e3ca50cb6d508db9ee7c654909fe0a
parentadd monitoring (diff)
downloadinfra-3424f3330e1ab0efa89e21ac0be38af303f3fcf5.tar.gz
initial setup for jellyfin
Diffstat (limited to '')
-rw-r--r--machines/rivendell.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/rivendell.nix b/machines/rivendell.nix
index c48997a..c295d24 100644
--- a/machines/rivendell.nix
+++ b/machines/rivendell.nix
@@ -68,6 +68,10 @@
nssmdns4 = true;
openFirewall = true;
};
+ jellyfin = {
+ enable = true;
+ openFirewall = true;
+ };
};
system.stateVersion = "23.11";