This commit is contained in:
2026-02-12 23:28:57 -07:00
parent 52128d71f5
commit 8d32571c6e
3 changed files with 55 additions and 113 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: help certs matrix-user switch
.PHONY: help certs switch
help:
@grep -E '^[a-zA-Z_-]+:.*##' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*## "}; {printf " \033[36m%-20s\033[0m %s\n", $$1, $$2}'
@@ -16,8 +16,3 @@ certs:
done; \
wait; \
echo "Done. Check status with: systemctl list-units 'acme-order-renew-*' --all --state=failed"
matrix-user:
@nix shell nixpkgs#matrix-synapse -c register_new_matrix_user \
-k "$$(sudo cat /var/lib/matrix-synapse/registration_shared_secret)" \
http://localhost:8008