zephyrus: use tmpfs for /tmp

This commit is contained in:
Antoine Martin 2022-05-16 12:24:46 +02:00
parent b766e3e5da
commit 4e96af37d3

View file

@ -20,6 +20,8 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.tmpOnTmpfs = true;
services.btrfs = {
autoScrub = {
enable = true;