add a NFS share to the test-vm

This commit is contained in:
Andreas Zweili 2022-01-10 13:31:35 +01:00
parent e75206bfdf
commit e03c073305
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
device = "/dev/disk/by-label/BOOT";
fsType = "vfat";
};
fileSystems."/mnt/data" = {
device = "10.7.89.108:raspi_data";
fsType = "nfs";
};
swapDevices = [
{ device = "/dev/disk/by-label/swap"; }
];