installer: useNetworkd consistently

This commit is contained in:
Jörg Thalheim 2023-10-28 16:11:35 +02:00
parent dc68643995
commit d84d1b296b

View file

@ -16,6 +16,7 @@
# Not really needed. Saves a few bytes and the only service we are running is sshd, which we want to be reachable. # Not really needed. Saves a few bytes and the only service we are running is sshd, which we want to be reachable.
networking.firewall.enable = false; networking.firewall.enable = false;
networking.useNetworkd = true;
systemd.network.enable = true; systemd.network.enable = true;
networking.dhcpcd.enable = false; networking.dhcpcd.enable = false;