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

@@ -32,15 +32,6 @@
dataDir = "/home/thiloho";
openDefaultPorts = true;
};
postgresql = {
enable = true;
package = pkgs.postgresql_15;
ensureDatabases = [ "dcbot" "todos" ];
authentication = lib.mkForce ''
local all all trust
host all all ::1/128 trust
'';
};
};
programs.adb.enable = true;