diff --git a/services.nix b/services.nix index 3e117e7..fdc9cce 100644 --- a/services.nix +++ b/services.nix @@ -23,5 +23,11 @@ services.grafana.enable = true; services.grafana.addr = "0.0.0.0"; - networking.firewall.allowedTCPPorts = [ 3000 ]; + + services.emby.enable = true; + + networking.firewall.allowedTCPPorts = [ + 3000 # Grafana + 8096 # Emby + ]; }