diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-23 14:11:15 +0000 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-23 14:11:15 +0000 |
commit | 3990d79d2080b2c1ea06d0d1a1316b00992c653a (patch) | |
tree | 206f6aae344a894feb941ff626a8ab4c9fc7d375 | |
parent | Move bot domains to rory.gay, add all bots explicitly (diff) | |
download | Rory-Open-Architecture-3990d79d2080b2c1ea06d0d1a1316b00992c653a.tar.xz |
Add memory hotplug kernel parameters to base
-rwxr-xr-x | modules/base.nix | 2 |
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 = { |