ljdsalkjadslkjads
This commit is contained in:
parent
fea7171ae5
commit
69f7a1b439
hosts/nixos
@ -6,8 +6,8 @@
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
|
||||
# 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;
|
||||
|
@ -10,8 +10,8 @@
|
||||
boot.kernelModules = [ "xhci_pci" ];
|
||||
|
||||
# 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