mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
use tuned
This commit is contained in:
parent
1b87ebbdc8
commit
c0c76980c3
2 changed files with 2 additions and 1 deletions
|
|
@ -69,6 +69,7 @@ let
|
||||||
bootnet
|
bootnet
|
||||||
report
|
report
|
||||||
showtext
|
showtext
|
||||||
|
rPackages.ranger
|
||||||
(buildRPackage {
|
(buildRPackage {
|
||||||
name = "eegUtils";
|
name = "eegUtils";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
udisks2.enable = true;
|
udisks2.enable = true;
|
||||||
|
|
||||||
power-profiles-daemon.enable = true;
|
tuned.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue