task | add web target
This commit is contained in:
parent
4cacc87625
commit
0225f2fdac
1 changed files with 3 additions and 0 deletions
3
makefile
3
makefile
|
|
@ -20,6 +20,9 @@ workstation: prep
|
||||||
server: prep
|
server: prep
|
||||||
@colmena apply --on @server
|
@colmena apply --on @server
|
||||||
|
|
||||||
|
web: prep
|
||||||
|
@colmena apply --on @web
|
||||||
|
|
||||||
vm:
|
vm:
|
||||||
@alejandra . &> nixos-switch.log || ( cat nixos-switch.log && false)
|
@alejandra . &> nixos-switch.log || ( cat nixos-switch.log && false)
|
||||||
@rm -f nixos-switch.log
|
@rm -f nixos-switch.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue