mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-13 18:44:45 +02:00
「✨」 feat: everything is working fuck yea
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
while [ ! -f /vagrant/node-token ];
|
while [ ! -f /vagrant/node-token ];
|
||||||
do sleep 1;
|
do sleep 2;
|
||||||
done
|
done
|
||||||
|
|
||||||
TOKEN=$(cat /vagrant/node-token)
|
TOKEN=$(cat /vagrant/node-token)
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"127.0.0.1" = [
|
"192.168.56.110" = [
|
||||||
"app1.com"
|
"app1.com"
|
||||||
"app2.com"
|
"app2.com"
|
||||||
"app3.com"
|
"app3.com"
|
||||||
|
Reference in New Issue
Block a user