mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 02:20:42 +00:00
Update boot options
This commit is contained in:
parent
cb968bdc07
commit
0b6b98c6de
12 changed files with 143 additions and 21 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue