summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-23 14:11:15 +0000
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-23 14:11:15 +0000
commit3990d79d2080b2c1ea06d0d1a1316b00992c653a (patch)
tree206f6aae344a894feb941ff626a8ab4c9fc7d375
parentMove bot domains to rory.gay, add all bots explicitly (diff)
downloadRory-Open-Architecture-3990d79d2080b2c1ea06d0d1a1316b00992c653a.tar.xz
Add memory hotplug kernel parameters to base
-rwxr-xr-xmodules/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base.nix b/modules/base.nix
index 72672e4..9bce2bc 100755
--- a/modules/base.nix
+++ b/modules/base.nix
@@ -6,7 +6,7 @@
       ./packages/vim.nix
       ./users/Rory.nix
     ];
-
+  boot.kernelParams = [ "memory_hotplug.memmap_on_memory=1" "memhp_default_state=online" ];
   networking = {
     hostName = lib.mkDefault "Rory-nix-base";
     firewall = {