adding volume to server
This commit is contained in:
parent
8dbeb9f995
commit
6e1918f5b2
2 changed files with 12 additions and 17 deletions
|
@ -32,23 +32,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
git-storage = {
|
||||
type = "disk";
|
||||
device = "/dev/sdb";
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
root = {
|
||||
size = "100%";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
mountpoint = "/mnt/git-storage";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue