feat(vesuvio): tweak things and use systemd-boot

This commit is contained in:
uku 2024-08-17 18:50:01 +02:00
parent 7399f8bbc0
commit d2e32f8b38
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
3 changed files with 22 additions and 8 deletions

View file

@ -36,6 +36,8 @@ in {
boot = {
kernelPackages = pkgs.linuxPackages; # use lts
kernelParams = ["quiet" "loglevel=3"];
tmp.cleanOnBoot = true;
};
console.keyMap = "fr";