From c776596f61592d00af963b3d9e378c1a0ff61fb8 Mon Sep 17 00:00:00 2001 From: roxwize Date: Thu, 6 Mar 2025 07:54:37 -0500 Subject: [PATCH] ~ --- nixos/hosts/near/configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/near/configuration.nix b/nixos/hosts/near/configuration.nix index 0ecd0d8..c7c3030 100644 --- a/nixos/hosts/near/configuration.nix +++ b/nixos/hosts/near/configuration.nix @@ -65,9 +65,10 @@ networking = { hostName = "near"; firewall.allowedTCPPorts = [ 22 ]; - networkmanager = { - enable = true; - }; + #! TODO: webkitgtk seems to be a cache miss (alongside SDL and openal) which makes this take FOREVER to build + # networkmanager = { + # enable = true; + # }; }; environment.systemPackages = with pkgs; [ git ];