Update tmpfs option names.
This commit is contained in:
parent
c87c5b5e77
commit
a178d8a7f7
2 changed files with 8 additions and 4 deletions
|
@ -13,8 +13,10 @@ in {
|
|||
# signing-certificate = "${cfg.secretPath}/secureboot/db.crt";
|
||||
};
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
tmpOnTmpfs = true;
|
||||
cleanTmpDir = true;
|
||||
tmp = {
|
||||
useTmpfs = true;
|
||||
cleanOnBoot= true;
|
||||
};
|
||||
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
initrd.availableKernelModules = [ "xhci_pci" "ahci" "sd_mod" "rtsx_pci_sdmmc" ];
|
||||
|
|
|
@ -10,8 +10,10 @@ in {
|
|||
enable = true;
|
||||
};
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
tmpOnTmpfs = true;
|
||||
cleanTmpDir = true;
|
||||
tmp = {
|
||||
useTmpfs = true;
|
||||
cleanOnBoot= true;
|
||||
};
|
||||
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
||||
|
|
Loading…
Reference in a new issue