feat(167.233.1.14): migrate all containers here
This commit is contained in:
parent
855c463a93
commit
7a10782170
28 changed files with 310 additions and 1022 deletions
18
nix/os/devices/167.233.1.14/README.md
Normal file
18
nix/os/devices/167.233.1.14/README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
## bootstrapping
|
||||
|
||||
```
|
||||
systemctl stop dhcpcd
|
||||
ip a add 167.233.1.14/29 dev ens18
|
||||
ip l set mtu 1400 dev ens18
|
||||
ip r add default via 167.233.1.9
|
||||
echo "nameserver 1.1.1.1" >> /etc/resolv.conf
|
||||
mkdir ~/.ssh
|
||||
```
|
||||
|
||||
### ssh key
|
||||
|
||||
run locally:
|
||||
|
||||
```
|
||||
ssh-add -L | tr \\n \\r | xdotool selectwindow windowfocus type --delay 50 --window %@ --file -
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue