enabled hw accel
This commit is contained in:
parent
af8c08b6ac
commit
8fb9c771dd
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
||||||
./disko.nix
|
./disko.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardware.graphics = {
|
||||||
|
enable = true;
|
||||||
|
enable32Bit = true;
|
||||||
|
};
|
||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_6_11;
|
boot.kernelPackages = pkgs.linuxPackages_6_11;
|
||||||
networking.hostName = "lenar";
|
networking.hostName = "lenar";
|
||||||
|
|
Loading…
Reference in a new issue