diff --git a/.terraform/plugin_path b/.terraform/plugin_path new file mode 100644 index 0000000..8e12850 --- /dev/null +++ b/.terraform/plugin_path @@ -0,0 +1,3 @@ +[ + "/nix/store/qamki29d3xfgz3100s3hnb3kxay7bcgl-opentofu-1.9.1/libexec/terraform-providers" +] \ No newline at end of file diff --git a/justfile b/justfile index a73f90d..77602eb 100644 --- a/justfile +++ b/justfile @@ -16,30 +16,6 @@ update: lint: nix fmt -# gather ips -[group('dev')] -gather: - ip-gather - -# gather ips -[group('dev')] -get-key machine: - ssh-keyscan -t ed25519 olympus 2>/dev/null | ssh-to-age - -# Auto SSH resolution -[group('dev')] -ssh host: - #!/usr/bin/env bash - set -euo pipefail - addr=$(jq -r --arg host "{{host}}" '.[$host] // empty' hosts.json) - if [ -n "$addr" ]; then - echo "Connecting to $addr for {{host}}" - ssh "$addr" - else - echo "Hostname '{{host}}' not found in hosts.json" - exit 1 - fi - # Check nix flake [group('dev')] check: diff --git a/modules/flake/devshell.nix b/modules/flake/devshell.nix index 40a5085..d4da25d 100644 --- a/modules/flake/devshell.nix +++ b/modules/flake/devshell.nix @@ -11,7 +11,6 @@ name = "nixos-unified-template-shell"; meta.description = "Shell environment for modifying this Nix configuration"; packages = with pkgs; [ - jq self'.packages.ip-gather deploy-rs ssh-to-age