sgx: fix secrets path

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-06 13:07:13 +01:00
parent 0b5e66f4ea
commit ca7f3fb973

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ pkgs, lib, config, ... }:
with lib;
with lib.plusultra;
{
@ -24,13 +24,11 @@ with lib.plusultra;
};
sops.secrets.pccs = {
sopsFile = ../.secrets/sgx/pccs.yaml; # bring your own password file
sopsFile = ../../../.secrets/sgx/pccs.yaml; # bring your own password file
};
networking.wireless.enable = false; # Enables wireless support via wpa_supplicant.
plusultra.gui.enable = false;
plusultra.nix.enable = true;
plusultra.nix.extra-substituters = {