enable undervolt settings and expose 8080

This commit is contained in:
2026-06-09 02:08:47 +02:00
parent 1dc0167af4
commit 5c8f6f23bd
+5 -2
View File
@@ -100,6 +100,8 @@ rec {
# For dev vm stuff # For dev vm stuff
networking.firewall.trustedInterfaces = [ "br0" ]; networking.firewall.trustedInterfaces = [ "br0" ];
# Local LLaMA.cpp server
networking.firewall.allowedTCPPorts = [ 8080 ];
# Battery driver # Battery driver
boot.extraModulePackages = [ boot.extraModulePackages = [
@@ -114,8 +116,9 @@ rec {
]; ];
boot.kernelModules = [ "acer-wmi-ext" ]; boot.kernelModules = [ "acer-wmi-ext" ];
# Breaks sleep, not enabling for now # Installs ryzenadj + ryzen_smu kernel module for manual undervolt experiments.
# lumpiasty.acerUndervolt = true; # Does not auto-apply any tuning yet.
lumpiasty.acerUndervolt = true;
boot.initrd.kernelModules = [ "amdgpu" "thunderbolt" ]; boot.initrd.kernelModules = [ "amdgpu" "thunderbolt" ];