Merge remote-tracking branch 'wolf/master'
This commit is contained in:
commit
371750b8d8
3
Makefile
3
Makefile
@ -13,6 +13,9 @@ system ?= $(HOSTNAME)
|
||||
$(if $(system),,$(error unbound variable: system))
|
||||
|
||||
nixos-config ?= $(stockholm)/$(LOGNAME)/1systems/$(system).nix
|
||||
ifneq ($(words $(wildcard $(nixos-config))),1)
|
||||
$(error bad nixos-config: $(nixos-config))
|
||||
endif
|
||||
|
||||
# target = [target_user@]target_host[:target_port][/target_path]
|
||||
ifdef target
|
||||
|
Loading…
Reference in New Issue
Block a user