diff --git a/hosts/nixos/bluepill/default.nix b/hosts/nixos/bluepill/default.nix index b813455..75ed32d 100644 --- a/hosts/nixos/bluepill/default.nix +++ b/hosts/nixos/bluepill/default.nix @@ -11,7 +11,7 @@ networking = { hostName = "bluepill"; - networkmanager.enable = true; + useNetworkd = true; }; system = {