fix(nixos): hardwares

This commit is contained in:
2025-10-30 09:38:58 +00:00
parent 60bd185fa4
commit ad00891e6b
2 changed files with 1 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ in {
''; '';
}; };
networkMatchConfigName = lib.mkOption { networkMatchConfigName = lib.mkOption {
type = lib.types.strMatching "^(enp1s0|ens3|eth0)$"; type = lib.types.strMatching "^(enp1s0|ens3)$";
example = "enp1s0"; example = "enp1s0";
description = '' description = ''
type of network conection, type of network conection,

View File

@@ -87,7 +87,6 @@ in {
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
driSupport = true;
driSupport32Bit = true; driSupport32Bit = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
vulkan-loader vulkan-loader