enable undervolt settings and expose 8080
This commit is contained in:
+5
-2
@@ -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" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user