From ca7f3fb9737bde17e3ffd13bc55a375d332593f2 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 6 Mar 2024 13:07:13 +0100 Subject: [PATCH] sgx: fix secrets path Signed-off-by: Harald Hoyer --- systems/x86_64-linux/sgx/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/systems/x86_64-linux/sgx/default.nix b/systems/x86_64-linux/sgx/default.nix index 4f0e752..b53b40a 100644 --- a/systems/x86_64-linux/sgx/default.nix +++ b/systems/x86_64-linux/sgx/default.nix @@ -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 = {