feat: Disable jellyfin
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
./yabai.nix
|
||||
./skhd.nix
|
||||
./tailscale.nix
|
||||
./zerotier.nix
|
||||
./jellyfin.nix
|
||||
./autossh.nix
|
||||
# ./zerotier.nix
|
||||
# ./jellyfin.nix
|
||||
# ./homeassistant.nix
|
||||
# ./aerospace.nix
|
||||
];
|
||||
|
||||
@@ -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
|
||||
# # '';
|
||||
# # };
|
||||
# };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user