Compare commits
5 commits
52c84d7311
...
f761f11b6c
| Author | SHA1 | Date | |
|---|---|---|---|
| f761f11b6c | |||
| 9cc70175f2 | |||
| 0fcf12f751 | |||
| 7c811bdff5 | |||
| 971f905813 |
2 changed files with 3 additions and 5 deletions
|
|
@ -41,6 +41,9 @@ in
|
|||
# * still not a big fan of the template
|
||||
lol = [ "log" "-r" "..@" "-T" "builtin_log_oneline" ];
|
||||
lola = [ "lol" "-r" "all()" ];
|
||||
# FIXME: equivalent to `git switch -`
|
||||
# See https://github.com/jj-vcs/jj/issues/2871
|
||||
# Might be broken recently https://discord.com/channels/968932220549103686/1380272574709366989/1380432041983606855
|
||||
# TODO:
|
||||
# * `pick` (https://github.com/jj-vcs/jj/issues/5446): [ "util" "exec" "--" "bash" "-c" "jj log -p -r \"diff_contains($1)\"" ]
|
||||
# * `root`: `jj workspace root` (barely necessary then)
|
||||
|
|
|
|||
|
|
@ -32,11 +32,6 @@ in
|
|||
BASE_URL = "https://mealie.${config.networking.domain}";
|
||||
TZ = config.time.timeZone;
|
||||
ALLOw_SIGNUP = "false";
|
||||
|
||||
# Use PostgreSQL
|
||||
DB_ENGINE = "postgres";
|
||||
# Make it work with socket auth
|
||||
POSTGRES_URL_OVERRIDE = "postgresql://mealie:@/mealie?host=/run/postgresql";
|
||||
};
|
||||
|
||||
# Automatic PostgreSQL provisioning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue