From 73afb68cb3224ee5c3a2c8df301c2937e4450182 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Sun, 6 Feb 2022 23:11:43 -0300 Subject: [PATCH] networkd is kinda buggy tho --- hosts/atlas/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index ede7d871..c4797488 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -23,8 +23,6 @@ in networking = { useDHCP = false; - useNetworkd = true; - interfaces.enp8s0 = { useDHCP = true; wakeOnLan.enable = true;