nosrebuild logging
This commit is contained in:
parent
1aa80a380b
commit
9c1343bfbd
4 changed files with 40 additions and 22 deletions
|
|
@ -7,6 +7,14 @@ let
|
|||
stateVer = config.system.stateVersion;
|
||||
in
|
||||
{
|
||||
users.users.matrix-synapse = {
|
||||
group = "matrix-synapse";
|
||||
shell = "${pkgs.bash}/bin/bash";
|
||||
uid = config.ids.uids.matrix-synapse;
|
||||
};
|
||||
users.groups.matrix-synapse = {
|
||||
gid = config.ids.gids.matrix-synapse;
|
||||
};
|
||||
ragon.agenix.secrets."matrixSecrets" = { owner = "matrix-synapse"; };
|
||||
services.postgresql.enable = true;
|
||||
services.postgresql.initialScript = lib.mkForce (pkgs.writeText "synapse-init.sql" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue