From 379e5d1698335202a059b07e60d2d21ef8e629b4 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Sat, 30 Jul 2022 20:47:20 -0700 Subject: [PATCH] wheel needs no password for remote machines --- nix/system/xps11/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/system/xps11/configuration.nix b/nix/system/xps11/configuration.nix index 42a2727..473e8e3 100644 --- a/nix/system/xps11/configuration.nix +++ b/nix/system/xps11/configuration.nix @@ -48,7 +48,6 @@ # $ nix search wget environment.systemPackages = with pkgs; [ cachix - firefox # configure local network sharing, launch app on startup, and auto-connect # in the preferences menu mullvad-vpn @@ -199,6 +198,7 @@ "networkmanager" # Allow the user to manage networks ]; }; + security.sudo.wheelNeedsPassword = false; users.extraUsers.haak = { shell = pkgs.zsh;