feat: wiki test

This commit is contained in:
Nick 2024-10-19 16:37:32 -05:00
parent a78bbd919c
commit 5bfb7813df

View file

@ -20,7 +20,7 @@ in {
db = { db = {
db = name; db = name;
type = "postgres"; type = "postgres";
host = "/run/postgresql"; host = host;
}; };
}; };
}; };