Allow Wheel

This commit is contained in:
James Patrick 2021-11-22 00:34:54 -05:00
parent eda60fb70a
commit e9d8bd1a31
1 changed files with 2 additions and 0 deletions

View File

@ -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; [