Added new hdd to sampledb

This commit is contained in:
Random936 2025-05-08 20:02:49 -07:00
parent 15beb5de79
commit 09cce4e9fd

View File

@ -23,6 +23,11 @@
fsType = "ext4";
};
fileSystems."/mnt/archive" = {
device = "/dev/disk/by-uuid/66103455-9fcd-4b5b-9735-37b85a51019d";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/4821-12F7";
fsType = "vfat";