flakes/hosts/alyssum/networking.nix
2026-05-28 18:08:15 +10:00

3 lines
42 B
Nix

{ ... }: {
networking.useDHCP = true;
}