From db59d0e5a8d4d6a8e26b22e5e164b3729e7dc518 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 22 Nov 2021 15:31:37 +0100 Subject: [PATCH] remove unused config --- common/desktop.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/common/desktop.nix b/common/desktop.nix index 1eb96ea..6651da0 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -14,16 +14,10 @@ boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "staubfinger"; # Define your hostname. - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Set your time zone. time.timeZone = "Europe/Zurich"; - # The global useDHCP flag is deprecated, therefore explicitly set to false here. - # Per-interface useDHCP will be mandatory in the future, so this generated config - # replicates the default behaviour. - # networking.useDHCP = true; - networking.interfaces.enp0s20u1.useDHCP = true; networking.networkmanager.enable = true; # Configure network proxy if necessary @@ -73,7 +67,7 @@ extraGroups = [ "wheel" "networkmanager" - ]; # Enable ‘sudo’ for the user. + ]; }; # List packages installed in system profile. To search, run: @@ -109,16 +103,6 @@ wget ]; - # Some programs need SUID wrappers, can be configured further or are - # started in user sessions. - # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; - - # List services that you want to enable: - # Enable the OpenSSH daemon. services.openssh.enable = true;