flakes/hosts/alyssum/networking.nix

4 lines
42 B
Nix
Raw Normal View History

2026-05-28 18:08:15 +10:00
{ ... }: {
networking.useDHCP = true;
}