ljdsaljdsaljdsal
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#boot.kernel.sysctl."vm.swappiness" = lib.mkDefault 10; # 0-100, commonly 60
|
||||
zramSwap.enable = true;
|
||||
zramSwap.memoryPercent = 30;
|
||||
# swapDevices = lib.mkForce [];
|
||||
|
||||
# for testing only, not for building
|
||||
@@ -35,7 +36,7 @@
|
||||
#../../../profiles/mounts/meconium-nfs.nix
|
||||
|
||||
../../../profiles/shell.nix
|
||||
|
||||
# ../../../profiles/earlyoom # TODO
|
||||
|
||||
../../../profiles/desktop
|
||||
../../../profiles/desktop/gnome # configures gdm
|
||||
|
||||
@@ -31,7 +31,8 @@
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# use memory more efficiently at the cost of some compute
|
||||
zramSwap.enable = true;
|
||||
# zramSwap.enable = true;
|
||||
# zramSwap.memoryPercent = 20;
|
||||
|
||||
# TODO: remove? Move?
|
||||
programs.dconf.enable = true;
|
||||
|
||||
@@ -47,7 +47,9 @@
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# use memory more efficiently at the cost of some compute
|
||||
zramSwap.enable = true;
|
||||
# zramSwap.enable = true;
|
||||
# zramSwap.memoryPercent = 20;
|
||||
|
||||
|
||||
# TODO: remove? Move?
|
||||
programs.dconf.enable = true;
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
|
||||
# boot.kernel.sysctl."vm.swappiness" = lib.mkDefault 10; # 0-100, commonly 60
|
||||
# swapDevices = lib.mkForce [];
|
||||
zramSwap.enable = true;
|
||||
# zramSwap.enable = true;
|
||||
# zramSwap.memoryPercent = 20;
|
||||
|
||||
# amdgpu audio fix when at 4k@60fps
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
|
||||
# boot.kernel.sysctl."vm.swappiness" = lib.mkDefault 10; # 0-100, commonly 60
|
||||
# swapDevices = lib.mkForce [];
|
||||
zramSwap.enable = true;
|
||||
# zramSwap.enable = true;
|
||||
# zramSwap.memoryPercent = 20;
|
||||
|
||||
# for testing only, not for building
|
||||
boot.binfmt.addEmulatedSystemsToNixSandbox = false;
|
||||
|
||||
Reference in New Issue
Block a user