feat: Add "wheel" to user.extraGroups in SGX config

This commit adds "wheel" to the user.extraGroups in the default SGX configuration file for x86_64-linux system. This is a necessary update to ensure users
This commit is contained in:
Harald Hoyer 2024-07-05 15:26:01 +02:00
parent a91845f167
commit 2c4c3762a5

View file

@ -10,6 +10,7 @@ with lib.metacfg;
metacfg = {
base.enable = true;
nix.enable = true;
user.extraGroups = [ "wheel" ];
};
virtualisation = {