From d90ba55a213ea9d26a8a484021829a5b60dad657 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 12 Jan 2024 16:03:10 +0100 Subject: [PATCH] Network manager fails to build on wheatley, let's ignore it --- nixos/hosts/wheatley/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index c3e7672..629ca82 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -152,9 +152,6 @@ enable = true; }; - # Enable networking - networking.networkmanager.enable = true; - networking.firewall.enable = true; networking.firewall.allowedTCPPorts = [22 80 443];