mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-29 17:44:18 -05:00
get jellyfin up to par
This commit is contained in:
parent
502d350acd
commit
f8611744c9
4 changed files with 61 additions and 26 deletions
|
|
@ -2,9 +2,15 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
imports = [
|
||||
inputs.nix-secrets.flakeModules.jellyfin
|
||||
];
|
||||
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue