re-add matrix server #190

Merged
clan-bot merged 12 commits from bump-buildbot into main 2024-06-10 13:27:34 +00:00
3 changed files with 2 additions and 3 deletions
Showing only changes of commit ae636eb267 - Show all commits

View File

@ -26,7 +26,7 @@
# Use the version of nixpkgs that has been tested to work with SrvOS # Use the version of nixpkgs that has been tested to work with SrvOS
srvos.inputs.nixpkgs.follows = "nixpkgs"; srvos.inputs.nixpkgs.follows = "nixpkgs";
clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz"; clan-core.url = "https://git.clan.lol/clan/clan-core/archive/synapse.tar.gz";
clan-core.inputs.flake-parts.follows = "flake-parts"; clan-core.inputs.flake-parts.follows = "flake-parts";
clan-core.inputs.nixpkgs.follows = "nixpkgs"; clan-core.inputs.nixpkgs.follows = "nixpkgs";
clan-core.inputs.treefmt-nix.follows = "treefmt-nix"; clan-core.inputs.treefmt-nix.follows = "treefmt-nix";

View File

@ -8,7 +8,7 @@
./homepage.nix ./homepage.nix
./postfix.nix ./postfix.nix
./jobs.nix ./jobs.nix
#./matrix-synapse.nix ./matrix-synapse.nix
../dev.nix ../dev.nix
self.inputs.clan-core.clanModules.zt-tcp-relay self.inputs.clan-core.clanModules.zt-tcp-relay
]; ];

View File

@ -1,6 +1,5 @@
{ self, ... }: { self, ... }:
{ {
imports = [ self.inputs.clan-core.clanModules.matrix-synapse ]; imports = [ self.inputs.clan-core.clanModules.matrix-synapse ];
clan.matrix-synapse.enable = true;
clan.matrix-synapse.domain = "clan.lol"; clan.matrix-synapse.domain = "clan.lol";
} }