From 90dff7f8f046b8c5414251907edd46a0000ef075 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Tue, 12 Nov 2024 18:56:38 -0600 Subject: [PATCH] bigbird: Remove NetworkManager As far as I can tell, this is just never used. --- bigbird/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/bigbird/configuration.nix b/bigbird/configuration.nix index e60b61e..5a05bb6 100644 --- a/bigbird/configuration.nix +++ b/bigbird/configuration.nix @@ -14,7 +14,6 @@ boot.loader.generic-extlinux-compatible.enable = true; networking.hostName = "bigbird"; # Define your hostname. - networking.networkmanager.enable = true; # Enable ZFS: https://openzfs.github.io/openzfs-docs/Getting%20Started/NixOS/index.html boot.supportedFilesystems = [ "zfs" ];