diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-27 16:49:08 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-27 16:49:08 +0100 |
commit | 27ee6d310f0e9cfeb4c669a96c17c9e957f16d2b (patch) | |
tree | d64b7642408d22770cb15915c5efbf386295922f /hosts/surtr/matrix/default.nix | |
parent | c471ec95f8ccf0363cfae09c4479bf8e0907d065 (diff) | |
download | nixos-27ee6d310f0e9cfeb4c669a96c17c9e957f16d2b.tar nixos-27ee6d310f0e9cfeb4c669a96c17c9e957f16d2b.tar.gz nixos-27ee6d310f0e9cfeb4c669a96c17c9e957f16d2b.tar.bz2 nixos-27ee6d310f0e9cfeb4c669a96c17c9e957f16d2b.tar.xz nixos-27ee6d310f0e9cfeb4c669a96c17c9e957f16d2b.zip |
...
Diffstat (limited to 'hosts/surtr/matrix/default.nix')
-rw-r--r-- | hosts/surtr/matrix/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/surtr/matrix/default.nix b/hosts/surtr/matrix/default.nix index a5811612..a2eccc2e 100644 --- a/hosts/surtr/matrix/default.nix +++ b/hosts/surtr/matrix/default.nix | |||
@@ -1,4 +1,7 @@ | |||
1 | { config, pkgs, ... }: | 1 | { config, pkgs, lib, ... }: |
2 | |||
3 | with lib; | ||
4 | |||
2 | { | 5 | { |
3 | config = { | 6 | config = { |
4 | services.matrix-synapse = { | 7 | services.matrix-synapse = { |