Use ram for tmpfs.
This commit is contained in:
parent
32726109c8
commit
ed513fe687
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ in {
|
||||||
signing-certificate = "${cfg.secretPath}/secureboot/db.crt";
|
signing-certificate = "${cfg.secretPath}/secureboot/db.crt";
|
||||||
};
|
};
|
||||||
loader.efi.canTouchEfiVariables = true;
|
loader.efi.canTouchEfiVariables = true;
|
||||||
|
tmpOnTmpfs = true;
|
||||||
cleanTmpDir = true;
|
cleanTmpDir = true;
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue