Fix networking compilation issue.

This commit is contained in:
jay
2025-06-29 19:39:41 -04:00
parent 45b4645faa
commit f8fbed4ba3

View File

@@ -1,4 +1,4 @@
{ config, ...}: {
{ config, lib, ...}: {
networking.networkmanager.enable = true;
networking.useDHCP = lib.mkDefault true;
}