From e2044f08ee1cd8d3816a3f5c9754b51f1d3b0fb6 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 29 Jun 2025 19:37:25 -0400 Subject: [PATCH] Revert "Compile fix for networking.nix." This reverts commit c5afa53ea5d3f36dce56984969207c228ab91a79. --- nodes/hosts/common/system/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/hosts/common/system/networking.nix b/nodes/hosts/common/system/networking.nix index 98e8d91..5764a64 100644 --- a/nodes/hosts/common/system/networking.nix +++ b/nodes/hosts/common/system/networking.nix @@ -1,4 +1,4 @@ -{ config, lib, ...}: { +{ config, ...}: { networking.networkmanager.enable = true; networking.useDHCP = lib.mkDefault true; }