Create sync nidus host configuration
It has next to nothing in it, at this point.
This commit is contained in:
parent
4e3bab9e15
commit
c427bda5b0
4 changed files with 101 additions and 8 deletions
|
|
@ -56,5 +56,13 @@ in {
|
|||
server_name = config.networking.domain;
|
||||
};
|
||||
};
|
||||
sops.secrets.matrix = {
|
||||
format = "yaml";
|
||||
group = "matrix-synapse";
|
||||
key = "";
|
||||
owner = "matrix-synapse";
|
||||
restartUnits = [ "matrix-synapse.service" ];
|
||||
sopsFile = ./host/corp/secrets/matrix.yaml;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue