temp: skip wait for identity

This commit is contained in:
Noah Masur 2024-03-24 14:55:17 -04:00
parent 8585574100
commit 568fdc7491
3 changed files with 4 additions and 3 deletions

View File

@ -106,7 +106,7 @@ jobs:
if: inputs.action == 'create'
id: host
working-directory: ${{ env.TERRAFORM_DIRECTORY }}
run: terraform output host_ip
run: terraform output -raw host_ip
- name: Wait on SSH
uses: iFaxity/wait-on-action@v1.1.0

View File

@ -1,6 +1,6 @@
{ config, pkgs, ... }: {
{ config, pkgs, lib, ... }: {
config = {
config = lib.mkIf config.physical {
services.xserver = {

View File

@ -12,6 +12,7 @@
exit 0
fi
sleep 5
exit 0
done
'';
};