infra/nix/os/devices/167.233.1.14
2023-03-09 13:09:51 +01:00
..
boot.nix chore: format with alejandra 2023-02-07 18:24:28 +01:00
configuration.nix feat(167.233.1.14): migrate all containers here 2023-03-09 13:09:51 +01:00
hw.nix feat(167.233.1.14): migrate all containers here 2023-03-09 13:09:51 +01:00
pkg.nix feat(167.233.1.14): migrate all containers here 2023-03-09 13:09:51 +01:00
README.md feat(167.233.1.14): migrate all containers here 2023-03-09 13:09:51 +01:00
system.nix feat(167.233.1.14): migrate all containers here 2023-03-09 13:09:51 +01:00
versions.nix feat(167.233.1.14): migrate all containers here 2023-03-09 13:09:51 +01:00
versions.tmpl.nix feat(167.233.1.14): migrate all containers here 2023-03-09 13:09:51 +01:00

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 -