Add settings for graphics

This commit is contained in:
Leonardo Eugênio 2022-08-06 18:32:34 -03:00
parent 89114cc957
commit 314c386085
9 changed files with 50 additions and 54 deletions

View file

@ -43,6 +43,11 @@ in {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.kernel.sysctl = {
"vm.max_map_count" = 1048576; # Needed by DayZ
};
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";