feat: wiki test

This commit is contained in:
Nick 2024-10-19 15:52:14 -05:00
parent 6a020412d1
commit 1c2fbdff73

2
nixos/modules/services/wiki.nix Normal file → Executable file
View file

@ -19,7 +19,7 @@ in {
bindIP = localhost; bindIP = localhost;
db = { db = {
type = "postgres"; type = "postgres";
host = paths.path1; # host = paths.path1;
}; };
}; };
}; };