Disable DHCP client

This commit is contained in:
Rodrigo Arias 2024-09-02 10:21:01 +02:00
parent 6802d867db
commit ee354156fe

View File

@ -217,6 +217,7 @@
# No network
services.openssh.enable = false;
networking.useDHCP = false;
# Run getty on /dev/console and restartt until it works
systemd.services."serial-getty@console" = {