miku: Improve performance by using TSC

This commit is contained in:
PapaTutuWawa 2022-01-01 22:04:29 +01:00
parent cbc9975aa8
commit 9b21bacf5f

View File

@ -59,7 +59,7 @@
};
services = {
gamemode.enable = true;
#gnome.enable = true;
gnome.enable = true;
kanshi = let
horizontal = "Samsung Electric Company C27F398 H4ZR101145";
vertical = "Goldstar Company Ltd IPS235 305NDPHKN600";
@ -143,7 +143,8 @@
"kvm.report_ignored_msrs=N"
"fbcon=rotate:3"
"quiet"
"tsc=unstable"
"clocksource=tsc"
"tsc=reliable"
];
#extraModulePackages = [ pkgs.linuxPackages_xanmod.vendor-reset ];