From 070177302747eb04a1466f84843455f6d0209dc3 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 22 Nov 2021 12:53:23 +0100 Subject: [PATCH] extend the config for staubfinger --- hardware/asus/configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hardware/asus/configuration.nix b/hardware/asus/configuration.nix index 878c0f9..6056656 100644 --- a/hardware/asus/configuration.nix +++ b/hardware/asus/configuration.nix @@ -14,7 +14,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "staubfinger"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Set your time zone. @@ -25,6 +25,7 @@ # replicates the default behaviour. # networking.useDHCP = true; networking.interfaces.enp0s20u1.useDHCP = true; + networking.networkmanager.enable = true; # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; @@ -70,7 +71,10 @@ users.users.andreas = { isNormalUser = true; initialPassword = "password"; - extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. + extraGroups = [ + "wheel" + "networkmanager" + ]; # Enable ‘sudo’ for the user. }; # List packages installed in system profile. To search, run: