From e9d8bd1a3138da0033b44ea83c8956c54e764583 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 22 Nov 2021 00:34:54 -0500 Subject: [PATCH] Allow Wheel --- nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index aa12099..474f59a 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -72,6 +72,8 @@ extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. }; + nix.allowedUsers = [ "@wheel" ]; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [