pi4: disable networkmanager

This commit is contained in:
NullBite 2024-06-20 03:42:09 -04:00
parent 07ff661de5
commit 91cf59ff47
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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