tasks/deploy: fix flake path

This commit is contained in:
Jörg Thalheim 2023-03-25 10:44:53 +00:00 committed by GitHub
parent 83ea59ab99
commit e5e5fff9c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ def deploy_nixos(hosts: List[DeployHost]) -> None:
"accept-flake-config",
"true",
"--flake",
f".#{hostname}",
f"/etc/nixos#{hostname}",
]
)