summaryrefslogtreecommitdiffstats
path: root/1systems/omo
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-09-17 00:39:01 +0200
committermakefu <github@syntax-fehler.de>2018-09-17 00:39:01 +0200
commit90fa0af4dbd292d251e7aed39b99ab7e067fe310 (patch)
tree08cfb62aa66cca6a9da8d66011e7279eb738b8b6 /1systems/omo
parent8de7b0f6874ca3e4490d62020178fb8aea2f3155 (diff)
ma omo.r: tsp requires more hardware config
Diffstat (limited to '1systems/omo')
-rw-r--r--1systems/omo/hw/tsp.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/1systems/omo/hw/tsp.nix b/1systems/omo/hw/tsp.nix
index 4af0d73fc..99c558056 100644
--- a/1systems/omo/hw/tsp.nix
+++ b/1systems/omo/hw/tsp.nix
@@ -28,5 +28,13 @@ in {
kernelModules = [ "kvm-intel" ];
};
-
+ networking.wireless.enable = true;
+ hardware.enableRedistributableFirmware = true;
+ hardware.cpu.intel.updateMicrocode = true;
+ services.logind.lidSwitch = "ignore";
+ services.logind.lidSwitchDocked = "ignore";
+ services.logind.extraConfig = ''
+ HandleSuspendKey = ignore
+ '';
+ powerManagement.enable = false;
}