kiosk mode maybe
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user