More pinebook changes
This commit is contained in:
parent
0eeeb603aa
commit
9ba271bb94
|
@ -1,4 +1,4 @@
|
||||||
{ hardware, ... }:
|
{ config, hardware, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware
|
./hardware
|
||||||
|
@ -21,7 +21,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "shuttleworth";
|
networking.hostName = "shuttleworth";
|
||||||
|
hardware.opengl.driSupport32Bit = lib.mkForce false;
|
||||||
# Force Electron to use Wayland
|
networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.17/24" ];
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue