mnt/reform: enable graphics by default

This commit is contained in:
Jakob Leifhelm 2026-03-25 16:46:16 +01:00
parent 008beed698
commit 8eb0dc5982
No known key found for this signature in database
GPG key ID: 6817AA0238100822

View file

@ -28,6 +28,7 @@
generic-extlinux-compatible.enable = true;
};
hardware.alsa.enablePersistence = true;
hardware.graphics.enable = lib.mkDefault true;
system.activationScripts.asound = ''
if [ ! -e "/var/lib/alsa/asound.state" ]; then
mkdir -p /var/lib/alsa