This commit is contained in:
Miguel Palhas
2025-01-29 12:09:47 +00:00
parent 1428e1ff69
commit 6f6b6c01d0
4 changed files with 93 additions and 87 deletions
+2 -1
View File
@@ -10,7 +10,7 @@
../common/global
../common/features/laptop.nix
../common/features/networking.nix
../common/features/nvidia.nix
../common/features/intel-graphics.nix
../common/features/wayland.nix
../common/features/pipewire.nix
../common/features/docker.nix
@@ -27,6 +27,7 @@
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
kernelParams = [ "i915=force_probe=46a6" ];
};
system.stateVersion = "24.05";