Compare commits
2 commits
608601206c
...
77e489bc3d
Author | SHA1 | Date | |
---|---|---|---|
77e489bc3d | |||
4546abfd81 |
3 changed files with 5 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -90,10 +90,10 @@
|
||||||
"nix-secrets": {
|
"nix-secrets": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1746847489,
|
"lastModified": 1746848091,
|
||||||
"narHash": "sha256-XdN5/g8P46KcD7e0QrM/4DbwGlIDARV+QEhkqppv1h8=",
|
"narHash": "sha256-9GFukq+Sg9cQcZTuj5w4ZBaUVpSGJdvTGbSoS07qRxY=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "c40a7bb8f2decc26df74c18e6a9a865fd803bf24",
|
"rev": "916a9f2a29bcc2b55ec4f4c1404f6bf9a6f9d6d6",
|
||||||
"shallow": true,
|
"shallow": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.terah.dev/imterah/sops"
|
"url": "https://git.terah.dev/imterah/sops"
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
image = "docker.io/matrixdotorg/synapse:latest";
|
image = "docker.io/matrixdotorg/synapse:latest";
|
||||||
environment = {
|
environment = {
|
||||||
"SYNAPSE_CONFIG_PATH" = "/data/homeserver.yaml";
|
"SYNAPSE_CONFIG_PATH" = "/data/homeserver.yaml";
|
||||||
|
# This sends a signal to Synapse's init code for ownership things: https://github.com/matrix-org/synapse/blob/develop/docker/start.py#L202
|
||||||
"UID" = "0";
|
"UID" = "0";
|
||||||
"GID" = "0";
|
"GID" = "0";
|
||||||
};
|
};
|
||||||
|
|
2
secrets
2
secrets
|
@ -1 +1 @@
|
||||||
Subproject commit b1a2a6a7a4c8b75bfcbf8d5cd066dcc201441332
|
Subproject commit 916a9f2a29bcc2b55ec4f4c1404f6bf9a6f9d6d6
|
Loading…
Add table
Add a link
Reference in a new issue