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:
parent
a91845f167
commit
2c4c3762a5
|
@ -10,6 +10,7 @@ with lib.metacfg;
|
||||||
metacfg = {
|
metacfg = {
|
||||||
base.enable = true;
|
base.enable = true;
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
|
user.extraGroups = [ "wheel" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
|
Loading…
Reference in a new issue