summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-23README: Add status sectionParthiv Seetharaman
2022-04-23pkgs: add mautrix-discord from beeperParthiv Seetharaman
2022-04-23module: mautrix doesn't need registration fileParthiv Seetharaman
2022-04-23use meta.mainProgram before pname to infer commandParthiv Seetharaman
2022-03-18Merge branch 'add-examples' into 'main'Parthiv Seetharaman
Add examples folder See merge request coffeetables/nix-matrix-appservices!7
2022-03-17Add examples folderParthiv Seetharaman
split profile.nix code into mautrix and mx-puppet examples
2022-03-15Add mit licenseParthiv Seetharaman
2022-03-16Merge branch 'stites-main-patch-73568' into 'main'Parthiv Seetharaman
profile.nix signal services should reference config.signald.socketPath See merge request coffeetables/nix-matrix-appservices!6
2022-03-16profile should reference socketPathSam Stites
2022-03-13Merge branch 'allow-more-modules' into 'main'Parthiv Seetharaman
modules: allow for more modules to be added See merge request coffeetables/nix-matrix-appservices!5
2022-03-12modules: allow for more modules to be addedParthiv Seetharaman
2022-03-12add .gitignoreParthiv Seetharaman
2022-03-12Merge branch 'syncproxy' into 'main'Parthiv Seetharaman
add syncproxy binary See merge request coffeetables/nix-matrix-appservices!3
2022-03-12Merge branch 'wsproxy' into 'main'Parthiv Seetharaman
fix wsproxy SHA See merge request coffeetables/nix-matrix-appservices!2
2022-03-11fix wsproxy shaSam Stites
2022-03-11syncproxy binarySam Stites
2022-02-24README: example wasn't set in the services optionParthiv Seetharaman
2022-02-06Merge branch 'ci' into 'main'Parthiv Seetharaman
Setup CI See merge request coffeetables/nix-matrix-appservices!1
2022-02-05add gitlab ci to run flake checkParthiv Seetharaman
2022-02-05flake: switch nixpkgs input to nixos-21.11Parthiv Seetharaman
2022-02-05checks: use checks.nix to match flake outputParthiv Seetharaman
2022-02-02re-organize repo to pass system and inputs aroundParthiv Seetharaman
follows super stupid flakes contract in the unofficial flakes roadmap
2022-01-18README: refer to serviceConfig.EnvironmentFileParthiv Seetharaman
environmentFile option was removed in favor of serviceConfig for more dynamic configuration
2022-01-18fixup systemd service attribute stringsParthiv Seetharaman
implement suggestions from @zopieux
2022-01-16init the module, README, packages, and other stuffParthiv Seetharaman