hosts: put tmp on tmpfs

This commit is contained in:
2023-01-07 08:38:47 +01:00
parent 35c329c4d8
commit cbc20ba224
3 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
boot.initrd.kernelModules = [ "vfio_pci" "vfio" "vfio_iommu_type1" "vfio_virqfd" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.tmpOnTmpfs = true;
fileSystems."/" =
{ device = "/dev/disk/by-label/NIXROOT";