adding volume to server

This commit is contained in:
Matt Nish-Lapidus 2025-04-15 12:36:32 -04:00
parent c4b235a164
commit c1e1392181

View file

@ -32,6 +32,22 @@
};
};
};
git-storage = {
type = "disk";
device = "/dev/disk/by-id/scsi-0HC_Volume_102426267";
content = {
partitions = {
root = {
size = "100%";
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/mnt/git-storage";
};
};
};
};
};
};
};
}