boreal: use tmpfs for /tmp

This commit is contained in:
Antoine Martin 2022-06-08 06:14:31 +02:00
parent e115466baa
commit 6a69244822

View file

@ -22,6 +22,8 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.tmpOnTmpfs = true;
boot.supportedFilesystems = [
"btrfs"
"ntfs"