diff --git a/hosts/homeassistant/configuration.nix b/hosts/homeassistant/configuration.nix index 40f422b..d181c56 100644 --- a/hosts/homeassistant/configuration.nix +++ b/hosts/homeassistant/configuration.nix @@ -98,7 +98,17 @@ in protonmail-bridge ]; + services.xserveer.desktopManager.surf-display = { + enable = true; + defaultWwwUrl = "http://jallen-hass:8123"; # todo: external maybe for reasons??? + hidleIdlePointer = true; + }; + services.openssh.enable = true; + services.protonmail-bridge = { + enable = true; + path = with pkgs; [ pass gnome-keyring ]; + }; # Enable Avahi for .local hostname resolution services.avahi = { diff --git a/hosts/homeassistant/homeassistant.nix b/hosts/homeassistant/homeassistant.nix index 06b385e..916f9f3 100644 --- a/hosts/homeassistant/homeassistant.nix +++ b/hosts/homeassistant/homeassistant.nix @@ -131,8 +131,7 @@ in "ffmpeg" # Enables camera streams "zha" # Enables Zigbee integration "ota_updater" # Enables OTA updates for Zigbee devices - "steam" - + "homekit" ]; customComponents = with pkgs.home-assistant-custom-components; [ auth-header