feat(shiro): Added preliminary jellyfin.nix module
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
./yabai.nix
|
||||
./skhd.nix
|
||||
./tailscale.nix
|
||||
./jellyfin.nix
|
||||
];
|
||||
}
|
||||
|
||||
14
darwin/shiro/services/jellyfin.nix
Normal file
14
darwin/shiro/services/jellyfin.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{...}: {
|
||||
imports = [../../../modules/jellyfin.nix];
|
||||
services = {
|
||||
jellyfin = {
|
||||
enable = false;
|
||||
# openFirewall = true;
|
||||
};
|
||||
# caddy = {
|
||||
# virtualHosts."media.darksailor.dev".extraConfig = ''
|
||||
# reverse_proxy localhost:8096
|
||||
# '';
|
||||
# };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user