S3 garage cluster

This commit is contained in:
Filippo Berto 2023-04-10 01:00:13 +02:00
parent 90b6180bc1
commit 95911b5e64
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
4 changed files with 48 additions and 34 deletions

View file

@ -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;