task | add web target

This commit is contained in:
Don Harper 2024-10-09 22:57:21 -05:00
parent 4cacc87625
commit 0225f2fdac

View file

@ -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