kiosk mode maybe

This commit is contained in:
mjallen18
2025-02-27 17:39:11 -06:00
parent 26432dff62
commit 49f10effa0
2 changed files with 11 additions and 2 deletions

View File

@@ -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 = {