sgx extragroups

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-08 12:35:42 +01:00
parent 2fdd7ff133
commit ab3402a274
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ with lib.plusultra;
nix-ld.enable = true; nix-ld.enable = true;
nix.enable = true; nix.enable = true;
nix.extra-substituters."https://nixsgx.cachix.org".key = "nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="; nix.extra-substituters."https://nixsgx.cachix.org".key = "nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE=";
user.extraGroups = [ "docker" ]; user.extraGroups = [ "docker" "sgx" ];
}; };
virtualisation.docker.enable = true; virtualisation.docker.enable = true;

View file

@ -16,6 +16,7 @@ with lib.plusultra;
pccs.secret = config.sops.secrets.pccs.path; pccs.secret = config.sops.secrets.pccs.path;
podman.enable = true; podman.enable = true;
secureboot.enable = true; secureboot.enable = true;
user.extraGroups = [ "docker" "sgx" ];
}; };
system.autoUpgrade = { system.autoUpgrade = {