ljdsalkjadslkjads
This commit is contained in:
parent
fea7171ae5
commit
69f7a1b439
hosts/nixos
@ -5,9 +5,9 @@
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
|
||||
#boot.kernel.sysctl."vm.swappiness" = lib.mkDefault 10; # 0-100, commonly 60
|
||||
# boot.kernel.sysctl."vm.swappiness" = lib.mkDefault 10; # 0-100, commonly 60
|
||||
# swapDevices = lib.mkForce [];
|
||||
zramSwap.enable = true;
|
||||
swapDevices = lib.mkForce [];
|
||||
|
||||
# amdgpu audio fix when at 4k@60fps
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
@ -9,9 +9,9 @@
|
||||
# https://github.com/NixOS/nixpkgs/issues/171625#issuecomment-2068283656
|
||||
boot.kernelModules = [ "xhci_pci" ];
|
||||
|
||||
#boot.kernel.sysctl."vm.swappiness" = lib.mkDefault 10; # 0-100, commonly 60
|
||||
# boot.kernel.sysctl."vm.swappiness" = lib.mkDefault 10; # 0-100, commonly 60
|
||||
# swapDevices = lib.mkForce [];
|
||||
zramSwap.enable = true;
|
||||
swapDevices = lib.mkForce [];
|
||||
|
||||
# for testing only, not for building
|
||||
boot.binfmt.addEmulatedSystemsToNixSandbox = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user