mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Finally get rid of nvidia gpu
This commit is contained in:
parent
e78a8377e0
commit
dd8d7a8b6e
3 changed files with 8 additions and 38 deletions
|
|
@ -4,11 +4,10 @@
|
|||
../common.nix
|
||||
./hardware.nix
|
||||
./disko.nix
|
||||
./nvidia.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_11;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
myConfig = {
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue