Compare commits

..

5 commits

Author SHA1 Message Date
f761f11b6c home: jujutsu: explicitly create 'conf.d'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This is to serve as a reminder of _how_ to add a local configuration
file.
2025-06-16 11:39:09 +00:00
9cc70175f2 WIP: ADD NOTE FOR FUTURE SELF 2025-06-16 11:39:09 +00:00
0fcf12f751 home: jj: use verbose draft commit messages 2025-06-16 11:39:09 +00:00
7c811bdff5 WIP: add jujutsu (w/ Delta) 2025-06-16 11:39:08 +00:00
971f905813 nixos: services: mealie: remove DB settings
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Looks like I missed them in the original commit to migrate to
`database.createLocally`.
2025-06-09 13:52:32 +02:00
2 changed files with 3 additions and 5 deletions

View file

@ -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)

View file

@ -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