diff --git a/Makefile b/Makefile index aca3e3c7..3e943506 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,6 @@ -.PHONY: build copy +.PHONY: build HOST := $(shell hostname) build: nix build .#nixosConfigurations.$(HOST).config.system.build.toplevel - -copy: build - nix copy --to ssh://pixelifytica@legion ./result - rm ./result