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
This commit is contained in:
Daniel Barlow 2024-02-19 19:58:36 +00:00
parent 2932649a51
commit 1ed8201d86
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ in {
useDHCP = true;
hostName = "biscuit";
networkmanager = { enable = false; };
useNetworkd = true;
inherit (secrets) wireless;
};