this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

lilycove: enable tuned

Aly Raffauf a412a8fb 6d74423d

+5
+5
hosts/lilycove/default.nix
··· 41 41 hostName = "lilycove"; 42 42 }; 43 43 44 + services.tuned = { 45 + enable = true; 46 + settings.dynamic_tuning = true; 47 + }; 48 + 44 49 system.stateVersion = "25.05"; 45 50 time.timeZone = "America/New_York"; 46 51 myDisko.installDrive = "/dev/disk/by-id/nvme-PNY_CS2130_1TB_SSD_PNY211821050701050CC";