The Blue Update #1

Merged
Jimbo merged 101 commits from Refactor into main 2024-10-25 21:26:22 -04:00
Showing only changes of commit 9ba271bb94 - Show all commits

View file

@ -1,4 +1,4 @@
{ hardware, ... }:
{ config, hardware, ... }:
{
imports = [
./hardware
@ -21,7 +21,6 @@
];
networking.hostName = "shuttleworth";
# Force Electron to use Wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";
hardware.opengl.driSupport32Bit = lib.mkForce false;
networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.17/24" ];
}