disable opengl to avoid Satellite app crashes with kernel oops

This commit is contained in:
Daniel Barlow 2025-05-15 18:42:11 +01:00
parent 4deecaa600
commit c6cac8bc4b

View File

@ -114,6 +114,10 @@ in {
maps maps
qmi-nmea qmi-nmea
]; ];
environment.sessionVariables = {
GSK_RENDERER = "cairo"; # gl is crashing with Satellite app
};
users.users.dan = { users.users.dan = {
isNormalUser = true; isNormalUser = true;
@ -125,7 +129,7 @@ in {
users.users.root.openssh.authorizedKeys.keys = import ../telent-nixos-config/users/dan/authorized-keys.nix; users.users.root.openssh.authorizedKeys.keys = import ../telent-nixos-config/users/dan/authorized-keys.nix;
hardware.opengl = { hardware.opengl = {
enable = true; driSupport = true; # enable = true; driSupport = true;
}; };
systemd.services = { systemd.services = {