feat: add ntsync support for gaming hosts

This commit is contained in:
Dmitriy Kholkin 2025-08-21 04:30:03 +03:00
parent e10bf8eac9
commit 60bd3e9064
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -16,6 +16,8 @@ in
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
boot.kernelModules = [ "ntsync" ];
programs.gamemode.enable = true; programs.gamemode.enable = true;
programs.gamescope.enable = true; programs.gamescope.enable = true;
programs.gamescope.capSysNice = false; programs.gamescope.capSysNice = false;