sgx extragroups
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
2fdd7ff133
commit
ab3402a274
|
@ -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;
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue