treadmill-tb / deployments

Descriptions and configuration files for Treadmill deployments
0 stars 0 forks source link

Finalize UCSD NixOS Netboot Deployment & Upstream Config #1

Open lschuermann opened 1 week ago

lschuermann commented 1 week ago

Current system config doesn't shut down correctly as it's waiting on the dhcpcd process still running in the initramfs:

systemd-shutdown[1]: Waiting for process: 823 (dhcpcd), 824 (dhcpcd), 821 (dhcpcd), 822 (dhcpcd)

@tyler-potyondy Can fix this either by having systemd kill these processes on shutdown, or just assigning a static IP to each target (may be more reasonable).