Add Seerr (Jellyfin)
This commit is contained in:
parent
7203eb31a5
commit
69278991fa
1 changed files with 5 additions and 0 deletions
|
|
@ -66,6 +66,7 @@
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
873 # rsyncd
|
873 # rsyncd
|
||||||
|
5055 # Seerr
|
||||||
5201 # iperf3
|
5201 # iperf3
|
||||||
8096 # Jellyfin
|
8096 # Jellyfin
|
||||||
15835 # Glance
|
15835 # Glance
|
||||||
|
|
@ -142,6 +143,10 @@
|
||||||
jellyfin = {
|
jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
seerr = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.unstable.seerr;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue