tangled
alpha
login
or
join now
bates64.com
/
infra
0
fork
atom
nixos configs
0
fork
atom
overview
issues
pulls
pipelines
watt: ignore lid close
bates64.com
1 month ago
d4846295
d09e736f
+3
1 changed file
expand all
collapse all
unified
split
hosts
watt
configuration.nix
+3
hosts/watt/configuration.nix
···
23
23
boot.extraModulePackages = [ ];
24
24
boot.kernelParams = [
25
25
"nvme_core.default_ps_max_latency_us=0"
26
26
+
"consoleblank=60"
26
27
];
27
28
hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;
28
29
29
30
boot.loader.systemd-boot.enable = true;
30
31
boot.loader.efi.canTouchEfiVariables = true;
32
32
+
33
33
+
services.logind.lidSwitch = "ignore";
31
34
32
35
networking.hostName = "watt";
33
36