Skip to content

Instantly share code, notes, and snippets.

@sauyon
Created November 11, 2017 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sauyon/ec91d362cd1b0a4224d28e4e735a0fcb to your computer and use it in GitHub Desktop.
Save sauyon/ec91d362cd1b0a4224d28e4e735a0fcb to your computer and use it in GitHub Desktop.
s3backer mount
fileSystems."/s3b" = {
device = "reimu-fs";
fsType = "s3backer";
options = [
"size=1t"
"blockSize=2m"
"region=eu-west-1"
"accessId=<redacted>"
"accessKey=<redacted>"
"_nodev"
];
neededForBoot = false;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment