diff options
Diffstat (limited to 'hosts/glados/boot.nix')
| -rw-r--r-- | hosts/glados/boot.nix | 8 |
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"]; }; } |
