mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update postgres config
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user