Define boot options for more machines
This commit is contained in:
parent
11a93bb2c3
commit
d4f132616e
6 changed files with 34 additions and 16 deletions
7
hosts/redmond/system/boot/default.nix
Normal file
7
hosts/redmond/system/boot/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernel.sysctl."vm.max_map_count" = 2147483642;
|
||||
};
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware
|
||||
./boot
|
||||
|
||||
# Apps and programs
|
||||
../../../modules/system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue