diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-06-16 11:59:09 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2024-06-16 12:01:32 +0200 |
commit | 9c0cd0922a84ec9945072bd8fbd0e72bf3c3fa65 (patch) | |
tree | 7318ce064220bde61eb8f00f1900dd942c43f406 /systems/eldiron | |
parent | 0f691603b4ed60e7afefa85cf5da3327e4c18366 (diff) | |
download | Nix-9c0cd0922a84ec9945072bd8fbd0e72bf3c3fa65.tar.gz Nix-9c0cd0922a84ec9945072bd8fbd0e72bf3c3fa65.tar.zst Nix-9c0cd0922a84ec9945072bd8fbd0e72bf3c3fa65.zip |
Reimport synapse configuration
Diffstat (limited to 'systems/eldiron')
-rw-r--r-- | systems/eldiron/websites/tools/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/eldiron/websites/tools/default.nix b/systems/eldiron/websites/tools/default.nix index 46e6a9f..7d8bf5e 100644 --- a/systems/eldiron/websites/tools/default.nix +++ b/systems/eldiron/websites/tools/default.nix | |||
@@ -108,6 +108,7 @@ in { | |||
108 | mailSend | 108 | mailSend |
109 | (ips servers.eldiron.ips.main) | 109 | (ips servers.eldiron.ips.main) |
110 | ]; | 110 | ]; |
111 | synapse = ips servers.zoldene.ips.main; | ||
111 | }; | 112 | }; |
112 | 113 | ||
113 | services.borgBackup.profiles.global.ignoredPaths = [ | 114 | services.borgBackup.profiles.global.ignoredPaths = [ |