From 1eba5398fd09f98bd11cbf8c3b80f20bb9ce1f2d Mon Sep 17 00:00:00 2001 From: adikro Date: Fri, 12 Jun 2026 00:53:25 +0200 Subject: microvm and dns stuff --- os/core/drivers.nix | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'os/core/drivers.nix') diff --git a/os/core/drivers.nix b/os/core/drivers.nix index d6b2cec..e6e2814 100644 --- a/os/core/drivers.nix +++ b/os/core/drivers.nix @@ -9,7 +9,6 @@ let cfg = config.os.core.drivers; in { - imports = [ inputs.nix-gaming-edge.nixosModules.default ]; options.os.core.drivers = { enable = lib.mkEnableOption "enables hardware drivers"; @@ -25,14 +24,6 @@ in graphics = { enable = lib.mkEnableOption "graphics support"; - version = lib.mkOption { - type = lib.types.enum [ - "stable" - "git" - ]; - default = "stable"; - description = "Which Mesa version to use. 'git' uses the mesa-git overlay."; - }; amdgpu.enable = lib.mkEnableOption "amd specific gpu features"; }; @@ -92,14 +83,6 @@ in ]; }; }) - (lib.mkIf (cfg.graphics.enable && cfg.graphics.version == "git") { - nixpkgs.overlays = [ inputs.nix-gaming-edge.overlays.mesa-git ]; - drivers.mesa-git = { - enable = true; - # cacheCleanup.enable = true; - # steamOrphanCleanup.enable = true; - }; - }) { boot.kernelPackages = let -- cgit v1.3