summaryrefslogtreecommitdiff
path: root/tofu/deploy.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-13 15:13:33 -0500
committerseth <[email protected]>2023-12-13 15:15:01 -0500
commit109114703b42ba17c8f2a4a347bd4a9ecd1e82d5 (patch)
treef7da6b640fbab2a5016d0a62a4a58060e2acf292 /tofu/deploy.nix
parent163daad93da692fc280036b80f29ca9b65c005d4 (diff)
tofu: use imported resources
Diffstat (limited to 'tofu/deploy.nix')
-rw-r--r--tofu/deploy.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/tofu/deploy.nix b/tofu/deploy.nix
deleted file mode 100644
index 3f15713..0000000
--- a/tofu/deploy.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- module.deploy_nixos = rec {
- source = "github.com/nix-community/terraform-nixos//deploy_nixos?ref=646cacb12439ca477c05315a7bfd49e9832bc4e3";
-
- build_on_target = "true";
- flake = true;
- hermetic = true;
- ssh_agent = false;
-
- nixos_config = "atlas";
-
- target_user = "root";
- target_host = nixos_config;
- };
-}