diff --git a/.config/linux/system/module/common/Network.nix b/.config/linux/system/module/common/Network.nix index e100bf0..a6a5e28 100644 --- a/.config/linux/system/module/common/Network.nix +++ b/.config/linux/system/module/common/Network.nix @@ -1,4 +1,3 @@ { ... }: { networking.networkmanager.enable = true; - networking.useDHCP = true; }