fix(secrets): update sopsFile path for internetbs

Change the sopsFile path in acme.nix to point to the sgx directory instead of hetzner to ensure the correct configuration file is referenced. Added a new encrypted secrets file specific to the sgx directory to maintain security and confidentiality.
This commit is contained in:
Harald Hoyer 2024-12-06 09:50:56 +01:00
parent 818ae41e58
commit 95c68ccc7d
2 changed files with 31 additions and 1 deletions

View file

@ -6,7 +6,7 @@
}:
{
sops.secrets.internetbs = {
sopsFile = ../../../.secrets/hetzner/internetbs.yaml; # bring your own password file
sopsFile = ../../../.secrets/sgx/internetbs.yaml; # bring your own password file
};
security.acme = {