diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-09-12 16:15:12 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-09-12 16:15:12 -0700 |
| commit | f10c4f2af49a9be6d0134ae858cc13b78f1386ce (patch) | |
| tree | 60a19020cc690b355305deed59a9a7076f8408fd /hosts/ginaz/default.nix | |
| parent | e1f4587b4ad4710dc75321e63844e9f8f587bd01 (diff) | |
| download | nix-f10c4f2af49a9be6d0134ae858cc13b78f1386ce.tar nix-f10c4f2af49a9be6d0134ae858cc13b78f1386ce.tar.gz nix-f10c4f2af49a9be6d0134ae858cc13b78f1386ce.tar.bz2 nix-f10c4f2af49a9be6d0134ae858cc13b78f1386ce.tar.lz nix-f10c4f2af49a9be6d0134ae858cc13b78f1386ce.tar.xz nix-f10c4f2af49a9be6d0134ae858cc13b78f1386ce.tar.zst nix-f10c4f2af49a9be6d0134ae858cc13b78f1386ce.zip | |
Enable nvidia @ginaz
Diffstat (limited to '')
| -rw-r--r-- | hosts/ginaz/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index b9345ae..878f0ba 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -1,6 +1,6 @@ { config, inputs, outputs, pkgs, ... }: { boot = { - blacklistedKernelModules = [ "nouveau" ]; + #blacklistedKernelModules = [ "nouveau" ]; initrd.kernelModules = [ "amdgpu" "zfs" ]; kernelPackages = pkgs.kerneol.linuxPackages_7_0; loader = { |
