]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame_incremental - Makefile
Upgrade syden peertube to flake
[perso/Immae/Config/Nix.git] / Makefile
... / ...
CommitLineData
1subrecipes = setup nix-info edit_env
2subrecipes += ssh-eldiron ssh-backup-2 ssh-monitoring-1 ssh-4c
3subrecipes += debug build dry-run upload deploy deploy-reboot
4subrecipes += list-generations delete-generations cleanup
5${subrecipes}:
6 @$(MAKE) --no-print-directory -C nixops/ $@
7.PHONY: ${subrecipes}
8
9nur:
10 ./scripts/make-nur
11 curl -o /dev/null -XPOST "https://nur-update.herokuapp.com/update?repo=immae"
12
13shellcheck:
14 shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict
15
16.PHONY: nur shellcheck