mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
it's called tmp for a reason
This commit is contained in:
parent
ab5a64f7f7
commit
9074af5982
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest;
|
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest;
|
||||||
|
boot.tmp.cleanOnBoot = true;
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot = enabled // {
|
systemd-boot = enabled // {
|
||||||
consoleMode = "max";
|
consoleMode = "max";
|
||||||
|
|
Loading…
Reference in a new issue