Skip to content

Commit

Permalink
chore(config): disable tmpfs (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael authored May 8, 2024
1 parent f217180 commit 46521c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@
initrd.availableKernelModules = ["ehci_pci" "ahci" "nvme" "xhci_pci" "usbhid" "usb_storage" "sd_mod"];
loader.efi.canTouchEfiVariables = true;

tmp = {
cleanOnBoot = true;
useTmpfs = true;
tmpfsSize = "25%";
};
tmp.cleanOnBoot = true;

plymouth = {
enable = true;
Expand Down

0 comments on commit 46521c3

Please sign in to comment.