Upgrade nixpkgs to 23.11

This commit is contained in:
Amanda Graven 2023-12-08 14:05:12 +01:00
parent bdd876cdfd
commit 2895a51862
Signed by: amanda
GPG key ID: F747582C5608F4CB
4 changed files with 14 additions and 16 deletions

View file

@ -14,15 +14,15 @@
ensureUsers = [
{
name = "matrix-synapse";
ensurePermissions."DATABASE \"matrix-synapse\"" = "ALL PRIVILEGES";
ensureDBOwnership = true;
}
{
name = "mobilizon";
ensurePermissions."DATABASE mobilizon" = "ALL PRIVILEGES";
ensureDBOwnership = true;
}
{
name = "authentik";
ensurePermissions."DATABASE authentik" = "ALL PRIVILEGES";
ensureDBOwnership = true;
}
];
initialScript = pkgs.writeText "synapse-init.sql" ''