nix machine / user configurations

fix audio crackle on helldivers, add separate gpu profile for it

ptr.pet 666e0b88 8741a773

verified
Changed files
+26 -1
hosts
chernobog
modules
+1 -1
hosts/chernobog/modules/audio.nix
··· 1 1 { pkgs, ... }: 2 2 let 3 3 rate = 48000; 4 - quant = 256; 4 + quant = 512; 5 5 quantRateMax = "${toString quant}/${toString rate}"; 6 6 quantRateMin = "${toString (quant / 2)}/${toString rate}"; 7 7 in
+25
hosts/chernobog/modules/lact.nix/config.yaml
··· 42 42 max_core_clock: 3200 43 43 max_memory_clock: 1250 44 44 voltage_offset: -50 45 + helldivers: 46 + gpus: 47 + 1002:7480-1DA2:E482-0000:07:00.0: 48 + fan_control_enabled: false 49 + fan_control_settings: 50 + mode: static 51 + static_speed: 1.0 52 + temperature_key: edge 53 + interval_ms: 500 54 + curve: 55 + 40: 0.3 56 + 50: 0.35 57 + 60: 0.5 58 + 70: 0.75 59 + 80: 1.0 60 + pmfw_options: 61 + minimum_pwm: 15 62 + target_temperature: 88 63 + zero_rpm: false 64 + zero_rpm_threshold: 40 65 + power_cap: 198.0 66 + performance_level: auto 67 + max_core_clock: 3200 68 + max_memory_clock: 1250 69 + voltage_offset: -25 45 70 current_profile: oc 46 71 auto_switch_profiles: false