Add Jellyfin
This commit is contained in:
parent
5feec7e983
commit
e28149dfbe
1 changed files with 10 additions and 0 deletions
|
|
@ -66,6 +66,7 @@
|
||||||
443
|
443
|
||||||
873 # rsyncd
|
873 # rsyncd
|
||||||
5201 # iperf3
|
5201 # iperf3
|
||||||
|
8096 # Jellyfin
|
||||||
15835 # Glance
|
15835 # Glance
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
@ -85,6 +86,12 @@
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.jellyfin
|
||||||
|
pkgs.jellyfin-web
|
||||||
|
pkgs.jellyfin-ffmpeg
|
||||||
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -131,6 +138,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = import ./glance.nix;
|
settings = import ./glance.nix;
|
||||||
};
|
};
|
||||||
|
jellyfin = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue