Update boot options

This commit is contained in:
ItsDrike 2024-04-12 20:49:49 +02:00
parent cb968bdc07
commit e89b387e72
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
12 changed files with 143 additions and 21 deletions

View file

@ -6,6 +6,12 @@
boot.supportedFilesystems = [ "btrfs" ];
# My flake disables this by default for security reasons. However,
# with an encrypted setup, which requires entering password before
# booting anyways, this is not a security concern, and changing the
# kernel params can be useful for debugging.
boot.loader.systemd-boot.editor = true;
nix.settings = {
max-jobs = 6;
cores = 6;
@ -38,7 +44,10 @@
};
};
secure-boot.enabled = true;
boot = {
secure-boot.enable = true;
tmpOnTmpfs = true;
};
};
device = {