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