feat: Disable jellyfin

This commit is contained in:
uttarayan21
2025-07-02 17:26:12 +05:30
parent c80288fadf
commit 9cfa825267
2 changed files with 12 additions and 12 deletions

View File

@@ -3,9 +3,9 @@
./yabai.nix
./skhd.nix
./tailscale.nix
./zerotier.nix
./jellyfin.nix
./autossh.nix
# ./zerotier.nix
# ./jellyfin.nix
# ./homeassistant.nix
# ./aerospace.nix
];

View File

@@ -1,13 +1,13 @@
{...}: {
imports = [../../../modules/macos/jellyfin.nix];
services = {
jellyfin = {
enable = true;
};
# caddy = {
# virtualHosts."media.darksailor.dev".extraConfig = ''
# reverse_proxy localhost:8096
# '';
# services = {
# jellyfin = {
# enable = true;
# };
# # caddy = {
# # virtualHosts."media.darksailor.dev".extraConfig = ''
# # reverse_proxy localhost:8096
# # '';
# # };
# };
};
}