clan-core: fix tarballs

This commit is contained in:
Jörg Thalheim 2024-06-17 13:52:22 +02:00
parent bf86ecbc38
commit d8be26269b
2 changed files with 5 additions and 3 deletions

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 = { };
}