ljdsaljdsaljdsal

This commit is contained in:
2025-05-10 11:41:26 +02:00
parent 015124621d
commit aa5ea59fb4
9 changed files with 33 additions and 11 deletions
+2 -1
View File
@@ -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
+2 -1
View File
@@ -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;
+3 -1
View File
@@ -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;
+2 -1
View File
@@ -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;
+2 -1
View File
@@ -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;