diff options
Diffstat (limited to 'machines/rivendell.nix')
| -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"; |
