fix matrix #195

Merged
clan-bot merged 7 commits from bump-buildbot into main 2024-06-20 16:21:46 +00:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit d8be26269b - Show all commits

View File

@ -26,7 +26,7 @@
# Use the version of nixpkgs that has been tested to work with SrvOS
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/matrix.tar.gz";
clan-core.inputs.flake-parts.follows = "flake-parts";
clan-core.inputs.nixpkgs.follows = "nixpkgs";
clan-core.inputs.treefmt-nix.follows = "treefmt-nix";

View File

@ -3,6 +3,8 @@
imports = [ self.inputs.clan-core.clanModules.matrix-synapse ];
clan.matrix-synapse.domain = "clan.lol";
clan.matrix-synapse.users.admin = { admin = true; };
clan.matrix-synapse.users.monitoring = {};
clan.matrix-synapse.users.admin = {
admin = true;
};
clan.matrix-synapse.users.monitoring = { };
}