enabled hw accel

This commit is contained in:
Jakub Kropáček 2025-02-11 07:27:26 +01:00
parent af8c08b6ac
commit 8fb9c771dd

View file

@ -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";