summaryrefslogtreecommitdiff
path: root/tofu/deploy.nix
diff options
context:
space:
mode:
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;
- };
-}