mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add jellyfin example
This commit is contained in:
parent
9ea813f88a
commit
11030fde64
1 changed files with 13 additions and 0 deletions
13
homelab/jellyfin/jellyfin.nix
Normal file
13
homelab/jellyfin/jellyfin.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
user = "aaronh";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
jellyfin
|
||||
jellyfin-web
|
||||
jellyfin-ffmpeg
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue