summaryrefslogtreecommitdiff
path: root/hosts/glados/boot.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-25 09:38:56 -0400
committerseth <[email protected]>2023-08-25 09:48:58 -0400
commit5390cd181632dbadd9984a23a64f104affcccc54 (patch)
tree87ac7c45f8365713db143fbb3f38fa66e8777c92 /hosts/glados/boot.nix
parent6486faa521a522a4fdd81a409599cdbae6cb0c71 (diff)
hosts/glados: switch to amd_pstate_epp powersave balance_performance
Diffstat (limited to 'hosts/glados/boot.nix')
-rw-r--r--hosts/glados/boot.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/hosts/glados/boot.nix b/hosts/glados/boot.nix
index 9ab10d6..4a9af4e 100644
--- a/hosts/glados/boot.nix
+++ b/hosts/glados/boot.nix
@@ -12,13 +12,6 @@
initrd.systemd.enable = true;
kernelPackages = pkgs.linuxPackages_latest;
- kernel.sysctl = {
- "vm.swappiness" = 100;
- "vm.vfs_cache_pressure" = 500;
- "vm.dirty_background_ratio" = 1;
- "vm.dirty_ratio" = 50;
- };
-
bootspec.enable = true;
loader.systemd-boot.enable = lib.mkForce false;
@@ -26,6 +19,7 @@
enable = true;
pkiBundle = "/etc/secureboot";
};
+
supportedFilesystems = ["btrfs" "ntfs"];
};
}