bicep: mount /data

This commit is contained in:
2023-04-08 05:23:01 +02:00
parent bac67ee123
commit f77a5e946f
2 changed files with 11 additions and 6 deletions

View File

@@ -18,6 +18,11 @@
fsType = "ext4";
};
fileSystems."/data" =
{ device = "/dev/disk/by-uuid/79e93eed-ad95-45c9-b115-4ef92afcc8c0";
fsType = "f2fs";
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking