Skip to content

Commit 69d1e75

Browse files
committed
fix
1 parent dce6efe commit 69d1e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/configuration/systemd.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
echo "vo -110" | tee /sys/class/drm/card1/device/pp_od_clk_voltage
104104
echo "c" | tee /sys/class/drm/card1/device/pp_od_clk_voltage
105105
echo "402000000" | tee /sys/class/drm/card1/device/hwmon/hwmon7/power1_cap
106-
echo "high" | sudo tee /sys/class/drm/card1/device/power_dpm_force_performance_level
106+
echo "high" | tee /sys/class/drm/card1/device/power_dpm_force_performance_level
107107
'';
108108
};
109109
nixos-upgrade = {

0 commit comments

Comments
 (0)