From 49f10effa0ff019d929b44552c6182cc16abdecc Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 27 Feb 2025 17:39:11 -0600 Subject: [PATCH] kiosk mode maybe --- hosts/homeassistant/configuration.nix | 10 ++++++++++ hosts/homeassistant/homeassistant.nix | 3 +-- 2 files changed, 11 insertions(+), 2 deletions(-) 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