remove hard-coded VM info

This commit is contained in:
Kiara Grouwstra 2025-05-11 19:25:52 +02:00
parent 53b7edcbdf
commit 89d9a8eef6
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -72,7 +72,6 @@ module "nixos" {
${path.root}/options.nix
# for service `mastodon` import `mastodon.nix`
# FIXME: get VM details from TF
${path.root}/../../machines/operator/${inst.hostname}
${path.module}/${name}.nix
];
}