upgrade to NixOS 20.09

This commit is contained in:
Trolli Schmittlauch 2020-11-21 01:56:47 +01:00
parent d026a37765
commit bb37241a4c

View file

@ -44,10 +44,10 @@ in
services.tlp =
{
enable = true;
extraConfig = ''
SATA_LINKPWR_ON_BAT=medium_power
SATA_LINKPWR_ON_AC=max_performance
'';
settings = {
"SATA_LINKPWR_ON_BAT" = "medium_power";
"SATA_LINKPWR_ON_AC" = "max_performance";
};
};
# Use the systemd-boot EFI boot loader.