framenix: switch to systemd-stage1 boot

This commit is contained in:
Trolli Schmittlauch 2025-03-17 21:07:55 +01:00
parent 0ab22fac84
commit 151165cecd
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,8 @@ in
"amdgpu.abmlevel=1" # adaptive backlight management
];
boot.initrd.systemd.enable = true;
# at boot by default, limit charging capacity to protect battery.
# Hopefully there's gonna be a standard interface to control this from the desktop at some point.
systemd.services.battery-charge-limit = {