bigbird: Remove NetworkManager

As far as I can tell, this is just never used.
This commit is contained in:
Chandler Swift 2024-11-12 18:56:38 -06:00
parent f7c5255017
commit 90dff7f8f0
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -14,7 +14,6 @@
boot.loader.generic-extlinux-compatible.enable = true; boot.loader.generic-extlinux-compatible.enable = true;
networking.hostName = "bigbird"; # Define your hostname. networking.hostName = "bigbird"; # Define your hostname.
networking.networkmanager.enable = true;
# Enable ZFS: https://openzfs.github.io/openzfs-docs/Getting%20Started/NixOS/index.html # Enable ZFS: https://openzfs.github.io/openzfs-docs/Getting%20Started/NixOS/index.html
boot.supportedFilesystems = [ "zfs" ]; boot.supportedFilesystems = [ "zfs" ];