kiosk mode for tablets

This commit is contained in:
2025-12-05 12:59:41 -05:00
parent b73141a5e6
commit 7ea7cb5138
3 changed files with 78 additions and 2 deletions

2
sw.nix
View File

@@ -86,6 +86,6 @@
# Sensors
services.thermald.enable = true;
# Enable the OpenSSH daemon.
# Enable the OpenSSH daemon.
services.openssh.enable = true;
}