forked from Fediversity/Fediversity
remove hard-coded VM info
This commit is contained in:
parent
53b7edcbdf
commit
89d9a8eef6
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ module "nixos" {
|
||||||
${path.root}/options.nix
|
${path.root}/options.nix
|
||||||
# for service `mastodon` import `mastodon.nix`
|
# for service `mastodon` import `mastodon.nix`
|
||||||
# FIXME: get VM details from TF
|
# FIXME: get VM details from TF
|
||||||
${path.root}/../../machines/operator/${inst.hostname}
|
|
||||||
${path.module}/${name}.nix
|
${path.module}/${name}.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue