mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
hm standalone again
This commit is contained in:
parent
a2c480f5d9
commit
2b0f6849b6
7 changed files with 38 additions and 63 deletions
|
|
@ -43,14 +43,15 @@
|
|||
};
|
||||
|
||||
# GPU
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware = {
|
||||
opengl.enable = true;
|
||||
nvidia = {
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
modesetting.enable = true;
|
||||
};
|
||||
};
|
||||
hardware.nvidia.open = true;
|
||||
# services.xserver.videoDrivers = [ "nvidia" ];
|
||||
# hardware = {
|
||||
# opengl.enable = true;
|
||||
# nvidia = {
|
||||
# package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
# modesetting.enable = true;
|
||||
# };
|
||||
# };
|
||||
|
||||
# Virtualisation
|
||||
nix.settings.system-features = [ "kvm" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue