From ad00891e6b62ffa06aaa560741eeee48570765c6 Mon Sep 17 00:00:00 2001 From: yukkop Date: Thu, 30 Oct 2025 09:38:58 +0000 Subject: [PATCH] fix(nixos): hardwares --- nixos/module/hectic/hardware/hetzner-cloud.nix | 2 +- nixos/module/hectic/hardware/lenovo-ideapad-15arh7.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/module/hectic/hardware/hetzner-cloud.nix b/nixos/module/hectic/hardware/hetzner-cloud.nix index 9f139df..318d485 100644 --- a/nixos/module/hectic/hardware/hetzner-cloud.nix +++ b/nixos/module/hectic/hardware/hetzner-cloud.nix @@ -52,7 +52,7 @@ in { ''; }; networkMatchConfigName = lib.mkOption { - type = lib.types.strMatching "^(enp1s0|ens3|eth0)$"; + type = lib.types.strMatching "^(enp1s0|ens3)$"; example = "enp1s0"; description = '' type of network conection, diff --git a/nixos/module/hectic/hardware/lenovo-ideapad-15arh7.nix b/nixos/module/hectic/hardware/lenovo-ideapad-15arh7.nix index 576f252..6abaecf 100644 --- a/nixos/module/hectic/hardware/lenovo-ideapad-15arh7.nix +++ b/nixos/module/hectic/hardware/lenovo-ideapad-15arh7.nix @@ -87,7 +87,6 @@ in { hardware.opengl = { enable = true; - driSupport = true; driSupport32Bit = true; extraPackages = with pkgs; [ vulkan-loader