mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Rename files
This commit is contained in:
parent
d57a7de374
commit
144e833251
2 changed files with 0 additions and 0 deletions
13
homelab/jellyfin/default.nix
Normal file
13
homelab/jellyfin/default.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