desktop is building I guess, idk, need to start commiting stuff eventually lmao
This commit is contained in:
11
systems/x86_64-linux/nas/apps/jellyfin/default.nix
Executable file
11
systems/x86_64-linux/nas/apps/jellyfin/default.nix
Executable file
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
user = "nix-apps";
|
||||
group = "jallen-nas";
|
||||
dataDir = "/media/nas/ssd/nix-app-data/jellyfin";
|
||||
# cacheDir = "/cache";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user