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}", ] )