mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2025-01-15 13:26:38 +00:00
fix: Use DigitalOcean's volume
This commit is contained in:
parent
f8cae86a64
commit
6a1bc092a6
|
@ -80,6 +80,11 @@ makeConf() {
|
||||||
"resticPassword": $ESCAPED_PASSWORD,
|
"resticPassword": $ESCAPED_PASSWORD,
|
||||||
"username": "$LUSER",
|
"username": "$LUSER",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
|
{
|
||||||
|
"device": "/dev/sda",
|
||||||
|
"mountPoint": "/volumes/sda",
|
||||||
|
"fsType": "ext4"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"useBinds": true
|
"useBinds": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue