mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-18 08:39:15 +00:00
fix: use sda for all services
This commit is contained in:
parent
2b4bb3f793
commit
f526e00585
|
@ -43,7 +43,7 @@ makeConf() {
|
|||
},
|
||||
"bitwarden": {
|
||||
"enable": true,
|
||||
"location": "sdb"
|
||||
"location": "sda"
|
||||
},
|
||||
"dns": {
|
||||
"provider": "CLOUDFLARE",
|
||||
|
@ -60,11 +60,11 @@ makeConf() {
|
|||
"enable": true,
|
||||
"adminPassword": $ESCAPED_PASSWORD,
|
||||
"databasePassword": $ESCAPED_PASSWORD,
|
||||
"location": "sdb"
|
||||
"location": "sda"
|
||||
},
|
||||
"gitea": {
|
||||
"enable": true,
|
||||
"location": "sdb"
|
||||
"location": "sda"
|
||||
},
|
||||
"jitsi": {
|
||||
"enable": true
|
||||
|
@ -74,7 +74,7 @@ makeConf() {
|
|||
},
|
||||
"pleroma": {
|
||||
"enable": false,
|
||||
"location": "sdb"
|
||||
"location": "sda"
|
||||
},
|
||||
"timezone": "Europe/Uzhgorod",
|
||||
"resticPassword": $ESCAPED_PASSWORD,
|
||||
|
|
Loading…
Reference in a new issue