mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-18 00:29:14 +00:00
fix: remove a volume from DO for now
This commit is contained in:
parent
5f72978a16
commit
2b4bb3f793
|
@ -80,11 +80,6 @@ makeConf() {
|
|||
"resticPassword": $ESCAPED_PASSWORD,
|
||||
"username": "$LUSER",
|
||||
"volumes": [
|
||||
{
|
||||
"device": "/dev/sdb",
|
||||
"mountPoint": "/volumes/sdb",
|
||||
"fsType": "ext4"
|
||||
}
|
||||
],
|
||||
"useBinds": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue