diff --git a/hosts/rpi4/configuration.nix b/hosts/rpi4/configuration.nix index 4e39b82..fa0c369 100644 --- a/hosts/rpi4/configuration.nix +++ b/hosts/rpi4/configuration.nix @@ -10,6 +10,9 @@ ./hardware-configuration.nix ]; + # this should be the default unless i am specifically on a pc + networking.networkmanager.enable = false; + # Use the extlinux boot loader. (NixOS wants to enable GRUB by default) boot.loader.grub.enable = false; # Enables the generation of /boot/extlinux/extlinux.conf