.PHONY: build copy HOST := $(shell hostname) build: nix build .#nixosConfigurations.$(HOST).config.system.build.toplevel copy: build nix copy --to ssh://pixelifytica@legion ./result rm ./result