hosts/log-01: add external disk for var

This commit is contained in:
2025-08-24 11:50:20 -07:00
parent e9ead44721
commit a7e180e1fb

View File

@@ -32,6 +32,11 @@
fsType = "ext4";
};
fileSystems."/var" = {
device = "/dev/disk/by-uuid/ecba411c-1477-4eb1-bc71-fbbe8dab273d";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/638E-3CDD";
fsType = "vfat";