Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf: add mitigations=off kernel param for kiosk FPS

Single-purpose offline kiosk doesn't need Spectre/Meltdown/SRBDS
mitigations. These add syscall overhead that may contribute to
the 33ms frame times (vs 16ms target).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1
+1
fedac/nixos/modules/image.nix
··· 19 19 "console=tty0" 20 20 "loglevel=4" 21 21 "systemd.show_status=1" 22 + "mitigations=off" 22 23 ]; 23 24 boot.consoleLogLevel = lib.mkForce 0; 24 25