Fix Framework 16 stability issues: disable USB autosuspend, adjust TLP settings, temporarily disable problematic packages
This commit is contained in:
parent
c2cf1cb0d8
commit
c28af3e123
4 changed files with 22 additions and 18 deletions
|
|
@ -82,7 +82,8 @@
|
|||
pulse.enable = true;
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
programs.java.enable = true;
|
||||
# Temporarily disabled to avoid build cycle errors
|
||||
# programs.java.enable = true;
|
||||
security.polkit.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
|
@ -110,8 +111,9 @@
|
|||
unzip
|
||||
clinfo
|
||||
virt-manager
|
||||
adoptopenjdk-icedtea-web
|
||||
javaPackages.openjfx17
|
||||
# Temporarily disabled to avoid build cycle errors
|
||||
# adoptopenjdk-icedtea-web
|
||||
# javaPackages.openjfx17
|
||||
s-tui
|
||||
stress
|
||||
wget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue