feat: Added jellyfin reverse proxy
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
./skhd.nix
|
||||
./tailscale.nix
|
||||
./autossh.nix
|
||||
./homeassistant.nix
|
||||
# ./zerotier.nix
|
||||
# ./jellyfin.nix
|
||||
# ./homeassistant.nix
|
||||
# ./aerospace.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
homeassistant.settings.services = {
|
||||
homeassistant = {
|
||||
service.image = "ghcr.io/home-assistant/home-assistant:stable";
|
||||
service.volumes = ["/etc/localtime:/etc/localtime:ro" "/run/dbus:/run/dbus:ro"];
|
||||
service.volumes = ["/etc/localtime:/etc/localtime:ro" "/run/dbus:/run/dbus:ro" "/var/lib/homeassistant:/config"];
|
||||
service.privileged = true;
|
||||
service.network_mode = "host";
|
||||
service.restart = "unless-stopped";
|
||||
|
||||
Reference in New Issue
Block a user