general improvements
1. Security: Navidrome no longer exposed to network (localhost only) 2. Maintainability: Single username definition in flake.nix:45 3. Organization: Kernel params now in configuration.nix, session vars in desktop.nix 4. Automation: Flathub repository added automatically on activation 5. Cleanup: Removed duplicate programs.dconf.enable
This commit is contained in:
@@ -28,12 +28,5 @@
|
||||
power-profiles-daemon # Already enabled as service, CLI tool for control
|
||||
];
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
# KERNEL PARAMETERS FOR POWER EFFICIENCY
|
||||
# ═══════════════════════════════════════════════════════════════
|
||||
# These help reduce power draw on idle desktop systems
|
||||
boot.kernelParams = [
|
||||
# Enable AMD P-State driver for modern Ryzen CPUs
|
||||
"amd_pstate=active"
|
||||
];
|
||||
# NOTE: Kernel params (amd_pstate) are in configuration.nix
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user