diff --git a/Makefile b/Makefile index ecf902a2..dbd8ea56 100644 --- a/Makefile +++ b/Makefile @@ -1,19 +1,8 @@ -.PHONY: default build test switch boot copy - -default: build +.PHONY: build copy build: nixos-rebuild build --flake . --show-trace -test: - sudo nixos-rebuild test --flake . --show-trace - -switch: - sudo nixos-rebuild switch --flake . --show-trace - -boot: - sudo nixos-rebuild boot --flake . --show-trace - copy: build - nix copy --to ssh://legion ./result + nix copy --to ssh://pixelifytica@legion ./result rm ./result