diff --git a/flake.lock b/flake.lock index b7cebc3..e9c7c6d 100644 --- a/flake.lock +++ b/flake.lock @@ -59,15 +59,15 @@ ] }, "locked": { - "lastModified": 1718112778, - "narHash": "sha256-ZS+6CM0eWiM+n7hY1Y7RA+s7wgqzInPCjFbG+NG5KeA=", - "rev": "4a752bb951c3cecb9de7e66214b95153cf6c39c8", + "lastModified": 1718358837, + "narHash": "sha256-GV6s4YPnJBPoGntKSFqwQ/kCLyKwYUO8OJKOYg/8uOY=", + "rev": "a817d966af24681d1134783261059f254e1eec43", "type": "tarball", - "url": "https://git.clan.lol/api/v1/repos/clan/clan-core/archive/4a752bb951c3cecb9de7e66214b95153cf6c39c8.tar.gz" + "url": "https://git.clan.lol/api/v1/repos/clan/clan-core/archive/a817d966af24681d1134783261059f254e1eec43.tar.gz" }, "original": { "type": "tarball", - "url": "https://git.clan.lol/clan/clan-core/archive/main.tar.gz" + "url": "https://git.clan.lol/clan/clan-core/archive/matrix.tar.gz" } }, "disko": { diff --git a/flake.nix b/flake.nix index 6f556a8..13a05fd 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/modules/web01/matrix-synapse.nix b/modules/web01/matrix-synapse.nix index 71c6abb..749a6bc 100644 --- a/modules/web01/matrix-synapse.nix +++ b/modules/web01/matrix-synapse.nix @@ -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 = { }; }