diff --git a/Makefile b/Makefile index 42f53d6..ead411a 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,10 @@ switch-offline: @echo "Rebuilding NixOS without net..." @nh os switch . --no-net +offline: + @echo "Rebuilding NixOS without net..." + @nh os switch . --no-net + boot: @echo "Rebuilding NixOS..." @nh os boot .