From 0225f2fdacb8ba0ab705ee8b45e7650928b983a0 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 9 Oct 2024 22:57:21 -0500 Subject: [PATCH] task | add web target --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 9cc4d2e..a366174 100644 --- a/makefile +++ b/makefile @@ -20,6 +20,9 @@ workstation: prep server: prep @colmena apply --on @server +web: prep + @colmena apply --on @web + vm: @alejandra . &> nixos-switch.log || ( cat nixos-switch.log && false) @rm -f nixos-switch.log