build: Instruct home-manager to automatically back up existing files

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-10-03 09:41:40 +02:00
parent cb352b0a4f
commit 178b51d060
Signed by: c8h4
GPG key ID: 1538094429952F86

View file

@ -60,7 +60,7 @@ deploy-standalone:
exit 1; \
fi
$(call nix-run,home-manager,\
--flake ./system/home-manager/standalone/$(HOST) $(HOME_MANAGER_FLAGS) switch)
--flake ./system/home-manager/standalone/$(HOST) $(HOME_MANAGER_FLAGS) switch -b bak)
upload-secrets:
@if [ -z "$(M)" ]; then echo 'no machine specified using M=' 2>&1; exit 1; fi