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 "amdgpu.abmlevel=1" # adaptive backlight management
]; ];
boot.initrd.systemd.enable = true;
# at boot by default, limit charging capacity to protect battery. # 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. # Hopefully there's gonna be a standard interface to control this from the desktop at some point.
systemd.services.battery-charge-limit = { systemd.services.battery-charge-limit = {

View file

@ -19,7 +19,6 @@ in
"system".device = "/dev/disk/by-uuid/1838cdc5-9b0b-4c46-9f23-9465549eeb92"; "system".device = "/dev/disk/by-uuid/1838cdc5-9b0b-4c46-9f23-9465549eeb92";
"cryptswap".device = "/dev/disk/by-uuid/ded7d649-ab3a-42ee-ae4a-f8c4ba029e9c"; "cryptswap".device = "/dev/disk/by-uuid/ded7d649-ab3a-42ee-ae4a-f8c4ba029e9c";
}; };
reusePassphrases = true;
}; };
fileSystems = { fileSystems = {