1769288238

This commit is contained in:
2026-01-24 22:57:18 +02:00
parent fa32ae5510
commit 84020b1572
94 changed files with 1428 additions and 1024 deletions
+19
View File
@@ -0,0 +1,19 @@
{
services.lact.enable = true;
# services.lact.settings = {
# version = 5;
# daemon = {
# log_level = "info";
# admin_group = "lact";
# disable_clocks_cleanup = false;
# apply_settings_timer = 5;
# current_profile = null;
# auto_switch_profiles = false;
# };
# }; # read-only config == can't write settings from lact gui
systemd.tmpfiles.rules = ["Z /run/lactd.sock 0660 root lact - -"];
users.groups.lact.members = ["user"];
hardware.amdgpu.overdrive.enable = true;
boot.kernelParams = ["amdgpu.ppfeaturemask=0xffffffff"];
}