switch back to /dev/sda for volume path

This commit is contained in:
Noah Masur
2025-07-03 20:29:27 -06:00
parent ecf6bdda45
commit d709030211
2 changed files with 6 additions and 5 deletions

View File

@ -134,7 +134,8 @@ rec {
disk = {
main = {
type = "disk";
device = "/dev/oracleoci/oraclevda"; # Consistent volume naming
# device = "/dev/oracleoci/oraclevda"; # Consistent volume naming
device = "/dev/sda"; # Consistent volume naming
content = {
type = "gpt";
partitions = {