kiosk mode maybe
This commit is contained in:
@@ -98,7 +98,17 @@ in
|
|||||||
protonmail-bridge
|
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.openssh.enable = true;
|
||||||
|
services.protonmail-bridge = {
|
||||||
|
enable = true;
|
||||||
|
path = with pkgs; [ pass gnome-keyring ];
|
||||||
|
};
|
||||||
|
|
||||||
# Enable Avahi for .local hostname resolution
|
# Enable Avahi for .local hostname resolution
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
|
|||||||
@@ -131,8 +131,7 @@ in
|
|||||||
"ffmpeg" # Enables camera streams
|
"ffmpeg" # Enables camera streams
|
||||||
"zha" # Enables Zigbee integration
|
"zha" # Enables Zigbee integration
|
||||||
"ota_updater" # Enables OTA updates for Zigbee devices
|
"ota_updater" # Enables OTA updates for Zigbee devices
|
||||||
"steam"
|
"homekit"
|
||||||
|
|
||||||
];
|
];
|
||||||
customComponents = with pkgs.home-assistant-custom-components; [
|
customComponents = with pkgs.home-assistant-custom-components; [
|
||||||
auth-header
|
auth-header
|
||||||
|
|||||||
Reference in New Issue
Block a user