sgx: use real docker
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
162da63f38
commit
8f27b0fde4
2 changed files with 5 additions and 2 deletions
|
@ -19,6 +19,9 @@ with lib.plusultra;
|
|||
user.extraGroups = [ "docker" "sgx" ];
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.podman.dockerCompat = false;
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
operation = "boot";
|
||||
|
@ -30,7 +33,7 @@ with lib.plusultra;
|
|||
|
||||
networking.wireless.enable = false; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
services.aesmd.enable = true;
|
||||
# services.aesmd.enable = true;
|
||||
|
||||
powerManagement.cpuFreqGovernor = "ondemand";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue