This commit is contained in:
strix 2026-08-25 14:00:13 +02:00
parent ed13a64d87
commit d998fe6155
7 changed files with 47 additions and 20 deletions

View file

@ -10,9 +10,16 @@
# secure boot shit
environment.systemPackages = [ pkgs.sbctl ];
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote = {
enable = true;
pkiBundle = "/var/lib/sbctl";
autoGenerateKeys.enable = true;
autoEnrollKeys = {
enable = true;
autoReboot = true;
};
configurationLimit = 5;
};
# swap & hibernate
@ -28,9 +35,9 @@
memorySize = 8192;
cores = 6;
};
environment.systemPackages = with pkgs; [
spice-vdagentd
spice-vdagent
];
};