WIP: all: Update to nixos-24.05

This commit is contained in:
Felix Albrigtsen
2024-06-29 20:45:54 +02:00
parent c88c3f87e0
commit 2c9d636a21
5 changed files with 12 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ in {
database = {
type = "postgres";
host = "postgres.pvv.ntnu.no";
port = config.services.postgresql.port;
port = config.services.postgresql.settings.port;
passwordFile = config.sops.secrets."gitea/database".path;
createDatabase = false;
};