Update boot options

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

View file

@ -134,14 +134,21 @@ The resulting file should then look something like this:
# };
#};
# Enable secure boot (requires running some commands afterwards, see the
# option's docs)
#secure-boot.enabled = true;
boot = {
# Enable secure boot (requires running some commands afterwards, see the
# option's docs before enabling)
#secure-boot.enable = true;
# I have enough RAM to afford using tmpfs for /tmp
tmpOnTmpfs = true;
};
};
device = {
virtual-machine = false;
cpu.type = "intel";
};
home-manager = {
enabled = true;
stateVersion = "23.11";