feat: add disk

This commit is contained in:
s-prechtl 2025-08-30 15:00:20 +02:00
parent 4fba0fb765
commit e645b286c7

View file

@ -22,6 +22,11 @@
fsType = "ext4";
};
fileSystems."/data" = {
device = "/dev/disk/by-uuid/9fd3ca90-9e64-4d53-abb9-115c8d92498f";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/1A74-B74C";
fsType = "vfat";