Created
November 11, 2017 01:21
-
-
Save sauyon/ec91d362cd1b0a4224d28e4e735a0fcb to your computer and use it in GitHub Desktop.
s3backer mount
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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