Update postgres config

This commit is contained in:
thiloho
2024-02-16 07:44:50 +01:00
parent 540a9f541f
commit 79a880804b

View File

@@ -27,6 +27,7 @@
authentication = lib.mkForce '' authentication = lib.mkForce ''
local all all trust local all all trust
host all all 0.0.0.0/0 scram-sha-256 host all all 0.0.0.0/0 scram-sha-256
host all all ::1/128 scram-sha-256
''; '';
}; };
}; };
@@ -78,6 +79,7 @@
"nix.serverPath" = "nil"; "nix.serverPath" = "nil";
"editor.indentSize" = 2; "editor.indentSize" = 2;
"editor.tabSize" = 2; "editor.tabSize" = 2;
"typescript.preferences.importModuleSpecifier" = "relative";
}; };
}; };
git = { git = {