From 1ed8201d863d0137d5b41d9bbd4d6b8d6b98bd2f Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 19 Feb 2024 19:58:36 +0000 Subject: [PATCH] use networkd, it's the future I turned this on while tryig to make wifi work and although it didn't have that effect I also haven't subsequently tried turning it off --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 8a1818c..64942ac 100644 --- a/configuration.nix +++ b/configuration.nix @@ -80,6 +80,7 @@ in { useDHCP = true; hostName = "biscuit"; networkmanager = { enable = false; }; + useNetworkd = true; inherit (secrets) wireless; };