From 9f25e72fedd617f3e5faf2f72bef6ade205f506f Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 18 Jun 2024 23:47:21 +0200 Subject: [PATCH] remove comment --- hosts/default/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 9375702..8eaa8af 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -69,13 +69,7 @@ networking = { hostName = "lambdaOS"; # Define your hostname. }; - # networking.wireless.enable = true;# Enables wireless support via wpa_supplicant. - # Configure network proxy if necessary - # networking.proxy.default = "http://user:password@proxy:port/"; - # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - - # Enable networking networking.networkmanager.enable = true; programs.nm-applet.enable = true;