adding volume to server
This commit is contained in:
parent
c4b235a164
commit
c1e1392181
1 changed files with 16 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue