Move postgres to shared module

This commit is contained in:
thiloho
2024-02-11 13:16:43 +01:00
parent 55fb35acf7
commit 652a5fa04f
3 changed files with 10 additions and 20 deletions

View File

@@ -10,16 +10,6 @@
networking.hostName = "laptop";
services.postgresql = {
enable = true;
package = pkgs.postgresql_15;
ensureDatabases = [ "dcbot" "todos" ];
authentication = pkgs.lib.mkOverride 10 ''
#type database DBuser auth-method
local all all trust
'';
};
home-manager.users.thiloho = { pkgs, ... }: {
programs.git.signing.key = "1142F33FFA8ADAAC";
home = {