Remove tlp module and laptop profile
This commit is contained in:
parent
29ef4d90dd
commit
00fc2f38cc
|
@ -11,7 +11,6 @@
|
||||||
../../modules/libvirt.nix
|
../../modules/libvirt.nix
|
||||||
../../profiles/base.nix
|
../../profiles/base.nix
|
||||||
../../profiles/dev.nix
|
../../profiles/dev.nix
|
||||||
../../profiles/laptop.nix
|
|
||||||
../../users/simon
|
../../users/simon
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
{ config, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services.tlp.enable = true;
|
|
||||||
|
|
||||||
# Allow calibrating battery
|
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports =
|
|
||||||
[
|
|
||||||
#../modules/tlp.nix
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue