nixos/foundationdb: default to ssd storage engine
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
427f1e58a4
commit
2525b88c80
@ -411,7 +411,7 @@ in
|
|||||||
|
|
||||||
postStart = ''
|
postStart = ''
|
||||||
if [ -e "${cfg.dataDir}/.first_startup" ]; then
|
if [ -e "${cfg.dataDir}/.first_startup" ]; then
|
||||||
fdbcli --exec "configure new single memory"
|
fdbcli --exec "configure new single ssd"
|
||||||
rm -f "${cfg.dataDir}/.first_startup";
|
rm -f "${cfg.dataDir}/.first_startup";
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user