disable opengl to avoid Satellite app crashes with kernel oops
This commit is contained in:
parent
4deecaa600
commit
c6cac8bc4b
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user