tasks/deploy: fix flake path
This commit is contained in:
parent
83ea59ab99
commit
e5e5fff9c3
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -42,7 +42,7 @@ def deploy_nixos(hosts: List[DeployHost]) -> None:
|
|||
"accept-flake-config",
|
||||
"true",
|
||||
"--flake",
|
||||
f".#{hostname}",
|
||||
f"/etc/nixos#{hostname}",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue