minor fixes
This commit is contained in:
@@ -98,10 +98,9 @@ in
|
|||||||
protonmail-bridge
|
protonmail-bridge
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserveer.desktopManager.surf-display = {
|
services.xserver.desktopManager.surf-display = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultWwwUrl = "http://jallen-hass:8123"; # todo: external maybe for reasons???
|
defaultWwwUri = "http://jallen-hass:8123"; # todo: external maybe for reasons???
|
||||||
hidleIdlePointer = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|||||||
@@ -130,13 +130,12 @@ in
|
|||||||
"mqtt" # Enables MQTT integration in HA
|
"mqtt" # Enables MQTT integration in HA
|
||||||
"ffmpeg" # Enables camera streams
|
"ffmpeg" # Enables camera streams
|
||||||
"zha" # Enables Zigbee integration
|
"zha" # Enables Zigbee integration
|
||||||
"ota_updater" # Enables OTA updates for Zigbee devices
|
|
||||||
"homekit"
|
"homekit"
|
||||||
];
|
];
|
||||||
customComponents = with pkgs.home-assistant-custom-components; [
|
customComponents = with pkgs.home-assistant-custom-components; [
|
||||||
auth-header
|
auth-header
|
||||||
];
|
];
|
||||||
customLovelaceModules = with pkgs.home-assistant-lovelace; [
|
customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
|
||||||
atomic-calendar-revive
|
atomic-calendar-revive
|
||||||
bubble-card
|
bubble-card
|
||||||
button-card
|
button-card
|
||||||
|
|||||||
Reference in New Issue
Block a user