]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - Makefile
Migrate eldiron to zfs
[perso/Immae/Config/Nix.git] / Makefile
CommitLineData
e94cd212 1subrecipes = setup nix-info
e820134d
IB
2subrecipes += nixops ssh-eldiron ssh-backup-2 ssh-monitoring-1
3subrecipes += info debug dry-run build upload deploy deploy-reboot reboot
4506dbe5
IB
4subrecipes += list-generations delete-generations cleanup
5subrecipes += pull pull_environment pull_deployment deployment_is_set push push_deployment push_environment
dbcba2ea
IB
6${subrecipes}:
7 @$(MAKE) --no-print-directory -C nixops/ $@
4506dbe5
IB
8.PHONY: ${subrecipes}
9
dbcba2ea
IB
10nur:
11 ./scripts/make-nur
845e5a98 12 curl -o /dev/null -XPOST "https://nur-update.herokuapp.com/update?repo=immae"
dbcba2ea 13
e96787f1
IB
14shellcheck:
15 shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict
16
e94cd212 17.PHONY: nur shellcheck