From e5e5fff9c3641afe39d0727d4decc076ffa3e36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <Mic92@users.noreply.github.com> Date: Sat, 25 Mar 2023 10:44:53 +0000 Subject: [PATCH] tasks/deploy: fix flake path --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index cd15796..cdd156f 100644 --- a/tasks.py +++ b/tasks.py @@ -42,7 +42,7 @@ def deploy_nixos(hosts: List[DeployHost]) -> None: "accept-flake-config", "true", "--flake", - f".#{hostname}", + f"/etc/nixos#{hostname}", ] )