infrastructure/machines/web-01/networking.nix

5 lines
90 B
Nix
Raw Normal View History

2023-05-17 01:10:18 +02:00
{ lib, ... }: {
# TODO: Switch to networkd
networking.useDHCP = lib.mkDefault true;
}