Ajout Emby
This commit is contained in:
parent
803d1efa8f
commit
8e675a5d97
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue