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" ];