mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 02:55:38 +00:00
temp: skip wait for identity
This commit is contained in:
parent
8585574100
commit
568fdc7491
2
.github/workflows/arrow.yml
vendored
2
.github/workflows/arrow.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
|||||||
if: inputs.action == 'create'
|
if: inputs.action == 'create'
|
||||||
id: host
|
id: host
|
||||||
working-directory: ${{ env.TERRAFORM_DIRECTORY }}
|
working-directory: ${{ env.TERRAFORM_DIRECTORY }}
|
||||||
run: terraform output host_ip
|
run: terraform output -raw host_ip
|
||||||
|
|
||||||
- name: Wait on SSH
|
- name: Wait on SSH
|
||||||
uses: iFaxity/wait-on-action@v1.1.0
|
uses: iFaxity/wait-on-action@v1.1.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, lib, ... }: {
|
||||||
|
|
||||||
config = {
|
config = lib.mkIf config.physical {
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
sleep 5
|
sleep 5
|
||||||
|
exit 0
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user