summaryrefslogtreecommitdiff
path: root/hosts/surtr/matrix/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-27 16:33:14 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-27 16:33:14 +0100
commit2434c2847dae5688ec6b7795091c8d0a57548d3f (patch)
treecfa20c3649fd3c3a89b8603be18b664d47365130 /hosts/surtr/matrix/default.nix
parent9557522d1f8dfd5927e7dcdcdef0945e2e360eff (diff)
downloadnixos-2434c2847dae5688ec6b7795091c8d0a57548d3f.tar
nixos-2434c2847dae5688ec6b7795091c8d0a57548d3f.tar.gz
nixos-2434c2847dae5688ec6b7795091c8d0a57548d3f.tar.bz2
nixos-2434c2847dae5688ec6b7795091c8d0a57548d3f.tar.xz
nixos-2434c2847dae5688ec6b7795091c8d0a57548d3f.zip
surtr: matrix: ...
Diffstat (limited to 'hosts/surtr/matrix/default.nix')
-rw-r--r--hosts/surtr/matrix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/surtr/matrix/default.nix b/hosts/surtr/matrix/default.nix
index ffaf6656..d54c0bc2 100644
--- a/hosts/surtr/matrix/default.nix
+++ b/hosts/surtr/matrix/default.nix
@@ -37,8 +37,8 @@
37 ]; 37 ];
38 extraConfig = '' 38 extraConfig = ''
39 refreshable_access_token_lifetime: 5m 39 refreshable_access_token_lifetime: 5m
40 nonrefreshable_access_token_lifetime: 24h 40 # nonrefreshable_access_token_lifetime: 1w
41 refresh_token_lifetime: 24h 41 refresh_token_lifetime: 1w
42 registration_requires_token: true 42 registration_requires_token: true
43 43
44 admin_contact: 'mailto:matrix-admin@yggdrasil.li' 44 admin_contact: 'mailto:matrix-admin@yggdrasil.li'