mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-11 07:02:41 +02:00
fix: suzu
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{lib, ...}: {
|
||||
boot.loader.systemd-boot = {
|
||||
# we use Git for version control, so we don't need to keep too many generations.
|
||||
configurationLimit = lib.mkDefault 10;
|
||||
# pick the highest resolution for systemd-boot's console.
|
||||
consoleMode = lib.mkDefault "max";
|
||||
};
|
||||
|
||||
# for power management
|
||||
services = {
|
||||
power-profiles-daemon = {
|
||||
enable = true;
|
||||
};
|
||||
upower.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user