From 91cf59ff47bcd33d5f9be510a6ee8d8fd5d33c44 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 20 Jun 2024 03:42:09 -0400 Subject: [PATCH] pi4: disable networkmanager --- hosts/rpi4/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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