Add Seerr (Jellyfin)
This commit is contained in:
parent
7203eb31a5
commit
5f0bf2a818
2 changed files with 6 additions and 0 deletions
|
|
@ -52,6 +52,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
(import "${nixpkgs-unstable}/nixos/modules/services/misc/seerr.nix")
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
|
|
||||||
|
|
@ -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