summaryrefslogtreecommitdiff
path: root/systems/glados/boot.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-11 02:45:20 -0500
committerseth <[email protected]>2024-02-11 02:45:20 -0500
commit055b48c798039558e2ffde83b589ef6856917bbf (patch)
tree5caf84a87eaa6a45cdf988586802dada19a2fffb /systems/glados/boot.nix
parentdacdc6dc5680444d5a31c0c1b3f5a9998682316e (diff)
nixos/zram: init
Diffstat (limited to 'systems/glados/boot.nix')
-rw-r--r--systems/glados/boot.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/systems/glados/boot.nix b/systems/glados/boot.nix
index a7ac843..9fc716c 100644
--- a/systems/glados/boot.nix
+++ b/systems/glados/boot.nix
@@ -17,13 +17,6 @@
kernelParams = ["amd_pstate=active"];
- kernel.sysctl = {
- "vm.swappiness" = 100;
- "vm.vfs_cache_pressure" = 500;
- "vm.dirty_background_ratio" = 1;
- "vm.dirty_ratio" = 50;
- };
-
loader.systemd-boot.enable = lib.mkForce false;
lanzaboote = {