mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-01-10 08:59:24 +01:00
fix (switch to sqlite agian)
This commit is contained in:
parent
879c0f9823
commit
6bacec4c84
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ $env.config = {
|
||||||
}
|
}
|
||||||
|
|
||||||
history: {
|
history: {
|
||||||
|
file_format: sqlite,
|
||||||
max_size: 1_000_000_000 # Session has to be reloaded for this to take effect
|
max_size: 1_000_000_000 # Session has to be reloaded for this to take effect
|
||||||
isolation: false
|
isolation: false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue