diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index 4cb69ac2..500f997a 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -29,13 +29,5 @@ # Set the networking hostname: networking.hostName = "framework-server"; - - hardware = { - opengl = { - enable = true; - driSupport32Bit = true; - driSupport = true; - }; - }; networking.firewall.allowedTCPPorts = [ 22 ]; }