fix(nixos): hardwares
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -87,7 +87,6 @@ in {
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
vulkan-loader
|
||||
|
||||
Reference in New Issue
Block a user