update brix

This commit is contained in:
Cyryl Płotnicki 2021-06-01 14:47:57 +01:00
parent fefc55981c
commit 68d0b37fb9

View file

@ -35,7 +35,7 @@
extraConfig = ''
experimental_features: { spaces_enabled: true }
'';
package = inputs.nixpkgs.legacyPackages."x86_64-linux".matrix-synapse;
package = inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux".matrix-synapse;
};
networking.firewall.allowedTCPPorts = [ 8008 ];