aboutsummaryrefslogtreecommitdiff
path: root/nixops/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/Makefile')
-rw-r--r--nixops/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixops/Makefile b/nixops/Makefile
index f232e8a..f3d06ef 100644
--- a/nixops/Makefile
+++ b/nixops/Makefile
@@ -59,6 +59,10 @@ deploy:
59 ./scripts/with_env morph deploy default.nix switch --keep-result --upload-secrets $(MORPH_ARGS) 59 ./scripts/with_env morph deploy default.nix switch --keep-result --upload-secrets $(MORPH_ARGS)
60 nix-env -p $(PROFILE) --set .gcroots/default.nix 60 nix-env -p $(PROFILE) --set .gcroots/default.nix
61 61
62next-boot:
63 ./scripts/with_env morph deploy default.nix boot --keep-result --upload-secrets $(MORPH_ARGS)
64 nix-env -p $(PROFILE) --set .gcroots/default.nix
65
62deploy-reboot: 66deploy-reboot:
63 ./scripts/with_env morph deploy default.nix boot --reboot --upload-secrets $(MORPH_ARGS) 67 ./scripts/with_env morph deploy default.nix boot --reboot --upload-secrets $(MORPH_ARGS)
64 68