S3 garage cluster
This commit is contained in:
parent
90b6180bc1
commit
95911b5e64
4 changed files with 48 additions and 34 deletions
|
|
@ -40,6 +40,12 @@
|
|||
options = [ "subvol=@condiviso" "compress=lzo" ];
|
||||
};
|
||||
|
||||
fileSystems."/var/lib/garage/data" = {
|
||||
device = "/dev/disk/by-uuid/2e897ea5-c8f9-4fa8-9cc6-3f5807ba8afc";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@garage" "compress=lzo" ];
|
||||
};
|
||||
|
||||
swapDevices = [{
|
||||
device = "/swapfile";
|
||||
size = 1024 * 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue