This commit is contained in:
Kopatz
2025-11-02 09:54:46 +01:00
parent 7f2ec92017
commit 7e4551ca29
3 changed files with 4 additions and 2 deletions

View File

@@ -60,6 +60,7 @@
"rd.systemd.show_status=auto"
];
};
networking.firewall.allowedTCPPorts = [ 3389 ]; # Allow RDP
mainUser.layout = "de";
mainUser.variant = "";

View File

@@ -13,7 +13,7 @@
# Enable TLP (better than gnomes internal power manager)
services.tlp = {
enable = true;
enable = false;
settings = {
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
@@ -42,7 +42,7 @@
# Disable GNOMEs power management
# 5.5 idle with ff open
services.power-profiles-daemon.enable = false;
services.power-profiles-daemon.enable = true;
# Enable powertop
#powerManagement.powertop.enable = true;