feat(sgx): enable GUI in SGX module
- Changed `gui.enable` to `true` in the SGX default configuration. - Allows GUI support within the SGX environment for improved usability.
This commit is contained in:
parent
0fb0cfae93
commit
dc3a536709
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
metacfg = {
|
metacfg = {
|
||||||
base.enable = true;
|
base.enable = true;
|
||||||
gui.enable = false;
|
gui.enable = true;
|
||||||
nix-ld.enable = false;
|
nix-ld.enable = false;
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
podman.enable = true;
|
podman.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue