Remove tlp module and laptop profile

restic-rest-server
Simon Bruder 2020-12-05 13:49:03 +01:00
parent 29ef4d90dd
commit 00fc2f38cc
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
3 changed files with 0 additions and 17 deletions

View File

@ -11,7 +11,6 @@
../../modules/libvirt.nix
../../profiles/base.nix
../../profiles/dev.nix
../../profiles/laptop.nix
../../users/simon
];

View File

@ -1,8 +0,0 @@
{ config, ... }:
{
services.tlp.enable = true;
# Allow calibrating battery
boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
}

View File

@ -1,8 +0,0 @@
{ pkgs, ... }:
{
imports =
[
#../modules/tlp.nix
];
}