Ajout Emby

This commit is contained in:
nyanloutre 2018-04-01 15:17:44 +02:00
parent 803d1efa8f
commit 8e675a5d97
1 changed files with 7 additions and 1 deletions

View File

@ -23,5 +23,11 @@
services.grafana.enable = true; services.grafana.enable = true;
services.grafana.addr = "0.0.0.0"; services.grafana.addr = "0.0.0.0";
networking.firewall.allowedTCPPorts = [ 3000 ];
services.emby.enable = true;
networking.firewall.allowedTCPPorts = [
3000 # Grafana
8096 # Emby
];
} }