Fixes to shire config
This commit is contained in:
parent
ef48ffc9be
commit
a5ff3f78e0
1 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -9,13 +9,13 @@
|
||||||
networking.hostName = "Shire";
|
networking.hostName = "Shire";
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelParams = config.boot.kernelParams ++ [
|
kernelParams = [
|
||||||
"intel_idle.max_cstate=1"
|
"intel_idle.max_cstate=1"
|
||||||
];
|
];
|
||||||
initrd.unl0kr.enable = true;
|
initrd = {
|
||||||
|
# Couldn't get unl0kr working yet
|
||||||
# Does not work with unl0kr now
|
# unl0kr.enable = true;
|
||||||
# https://github.com/NixOS/nixpkgs/issues/291935
|
# availableKernelModules = [ "hid-multitouch" "i2c-hid" "i2c-hid-acpi" "hid_generic" ];
|
||||||
plymouth.enable = false;
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue