mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[TERRAFORM] Remove pulumi. Adopt Terraform Cloud.
This commit is contained in:
parent
2cc183fdec
commit
75936bcebf
50 changed files with 950 additions and 4378 deletions
|
|
@ -138,7 +138,7 @@
|
|||
user = "root";
|
||||
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.${name};
|
||||
};
|
||||
hostname = "5.78.94.220";
|
||||
hostname = "${name}.inskip.me";
|
||||
sshOpts = ["-p" "${builtins.toString (builtins.head inputs.self.nixosConfigurations.${name}.config.services.openssh.ports)}"];
|
||||
sshUser = "root";
|
||||
user = "root";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue