nixos/hosts/homelab/networking.nix

5 lines
70 B
Nix
Raw Permalink Normal View History

2025-08-23 20:24:36 +02:00
{
systemd.network.enable = true;
networking.useNetworkd = true;
}