WIP: all: Update to nixos-24.05

This commit is contained in:
Felix Albrigtsen
2024-06-29 20:45:54 +02:00
parent bb2f7899db
commit ca2deed668
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;
};