feat: jellyfish
This commit is contained in:
parent
e27160a84d
commit
6b999083e7
2 changed files with 14 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
{ self, config, pkgs, lib, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
imports = [ ./hardware-configuration.nix ./jellyfin.nix ];
|
||||
|
||||
users.knownUsers = [
|
||||
"central"
|
||||
|
|
|
|||
13
hosts/thegeneralist-central/jellyfin.nix
Normal file
13
hosts/thegeneralist-central/jellyfin.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
services.jellyfin = {
|
||||
user = "central";
|
||||
group = "central";
|
||||
logDir = "/var/log/jellyfin";
|
||||
enable = true;
|
||||
package = pkgs.jellyfin;
|
||||
dataDir = "/var/lib/jellyfin";
|
||||
cacheDir = "/Users/central/.cache/jellyfin";
|
||||
configDir = "/etc/jellyfin";
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue