diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-19 09:12:44 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-19 09:12:44 -0800 |
| commit | 3424f3330e1ab0efa89e21ac0be38af303f3fcf5 (patch) | |
| tree | ccbaaaa778e3ca50cb6d508db9ee7c654909fe0a /machines/rivendell.nix | |
| parent | add monitoring (diff) | |
| download | infra-3424f3330e1ab0efa89e21ac0be38af303f3fcf5.tar.gz | |
initial setup for jellyfin
Diffstat (limited to '')
| -rw-r--r-- | machines/rivendell.nix | 4 |
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"; |
