Remove useless nixos includes
This commit is contained in:
parent
dab914c544
commit
6a3d2a6ef7
2 changed files with 0 additions and 18 deletions
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
services.auto-cpufreq = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
battery = {
|
|
||||||
governor = "powersave";
|
|
||||||
turbo = "never";
|
|
||||||
};
|
|
||||||
charger = {
|
|
||||||
governor = "schedutil";
|
|
||||||
turbo = "auto";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
networking.wireless.iwd.enable = true;
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue