Files
dotfiles/nixos/tako/services/matrix/default.nix
servius 3a97de6af2
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
fix: Matrix server fix
2026-02-11 03:55:29 +05:30

8 lines
108 B
Nix

{...}: {
imports = [
./tuwunel.nix
# ./signal.nix // libolm deprecated
# ./discord.nix
];
}