14 lines
284 B
Nix
14 lines
284 B
Nix
{...}: {
|
|
imports = [../../../modules/macos/jellyfin.nix];
|
|
# services = {
|
|
# jellyfin = {
|
|
# enable = true;
|
|
# };
|
|
# # caddy = {
|
|
# # virtualHosts."media.darksailor.dev".extraConfig = ''
|
|
# # reverse_proxy localhost:8096
|
|
# # '';
|
|
# # };
|
|
# };
|
|
}
|