nixos-module/defaults: enable boot.tmpOnTmpfs
parent
5c8fa22ca8
commit
1f06e90cfc
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue