nixos-module/defaults: enable boot.tmpOnTmpfs

This commit is contained in:
Astro 2021-04-30 22:39:24 +02:00
parent 5c8fa22ca8
commit 1f06e90cfc
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
# Prevents automatic creation of interface bond0 by the kernel
"bonding.max_bonds=0"
];
boot.tmpOnTmpfs = true;
# Includes wireguard
boot.kernelPackages = pkgs.linuxPackages_latest;