stuff
This commit is contained in:
parent
ed13a64d87
commit
d998fe6155
7 changed files with 47 additions and 20 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue