!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

487 Members
Declarative Home Automation and other Sidequests | https://wiki.nixos.org/wiki/Home_Assistant133 Servers

Load older messages


SenderMessageTime
16 Apr 2025
@hexa:lossy.networkhexait is annoying02:46:35
@conr:mozilla.orgconrok sorry02:46:39
@hexa:lossy.networkhexaI am right here and it makes BLING every time02:46:41
@conr:mozilla.orgconri won’t no m02:46:52
@conr:mozilla.orgconranymore02:46:59
@hexa:lossy.networkhexathe traling backslashes imply line continuation02:47:16
@hexa:lossy.networkhexathey don't make sense02:47:21
@conr:mozilla.orgconrok yeah if they are in a file then they don’t need to be02:47:45
@conr:mozilla.orgconr i think i almost got it, txt record created in porkbun but nix just hangs on restarting sysinit-reactivation.target 03:11:39
@conr:mozilla.orgconrfinally just had to wait 5mins03:25:45
@alexandrutocar:matrix.orgAlexandru Tocar joined the room.11:46:59
@conr:mozilla.orgconri am getting a 502 gateway error with my HA web ui23:12:28
@conr:mozilla.orgconri’m using nginx with reserve proxy23:13:52
@hexa:lossy.networkhexacheck the nginx error log at /var/log/nginx/error.log23:15:15
@conr:mozilla.orgconrit is empty23:16:46
@hexa:lossy.networkhexarefreshing the page should produce another log entry if it fails23:18:44
@conr:mozilla.orgconrstill nothing23:20:13
@conr:mozilla.orgconrdoes this config require ipv6?23:21:23
@conr:mozilla.orgconr proxyPass = "http://[::1]:8123"; 23:22:45
@conr:mozilla.orgconr can i do http://127.0.0.1:8123 instead? 23:23:15
@hexa:lossy.networkhexass -lpn | grep 812323:24:32
@conr:mozilla.orgconrnothing23:25:26
@hexa:lossy.networkhexathen home-assistant isn't up23:25:59
@hexa:lossy.networkhexasystemctl status home-assistant23:26:03
@conr:mozilla.orgconrit is23:26:33
@conr:mozilla.orgconrActive: active (running) since Tue 2025-04-15 22:37:35 CDT; 19h ago23:26:35
@hexa:lossy.networkhexapaste your home-assistant config23:27:00
@hexa:lossy.networkhexadid you start with an example from the wiki?23:27:12
@hexa:lossy.networkhexa
  services.home-assistant.config.http = {
    server_host = "::1";
    use_x_forwarded_for = true;
    trusted_proxies = [ "::1" ];
  };
23:27:45
@conr:mozilla.orgconr
    home-assistant = {
      enable = true;
      extraComponents = [
        # Components required to complete the onboarding
        "analytics"
        "google_translate"
        "met"
        "radio_browser"
        "shopping_list"
        # Recommended for fast zlib compression
        # https://www.home-assistant.io/integrations/isal
        "isal"
      ];
      config = {
        # Includes dependencies for a basic setup
        # https://www.home-assistant.io/integrations/default_config/
        default_config = { };
        http = {
          server_host = "::1";
          trusted_proxies = [ "::1" ];
          use_x_forwarded_for = true;
        };
      };
    };
23:28:25

Show newer messages


Back to Room ListRoom Version: 6