diff --git a/Makefile b/Makefile index 2072f34..de9a5e7 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,7 @@ -.PHONY: build copy +.PHONY: build USER := $(shell whoami) HOST := $(shell hostname) build: nix build .#homeConfigurations."$(USER)@$(HOST)".activationPackage - -copy: build - nix copy --to ssh://pixelifytica@legion ./result - rm ./result