Upgrade nixpkgs to 23.11
This commit is contained in:
parent
bdd876cdfd
commit
2895a51862
4 changed files with 14 additions and 16 deletions
|
@ -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" ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue