This commit is contained in:
2025-11-02 10:46:36 +01:00
parent df5c89f071
commit c0d868088e
3 changed files with 54 additions and 58 deletions

View File

@@ -33,18 +33,6 @@ in {
tag = "persist";
proto = "virtiofs";
}
{
source = "/run/secrets/n8n-env";
mountPoint = "/run/secrets-host/n8n-env";
tag = "n8n-secret";
proto = "virtiofs";
}
{
source = "/run/secrets/n8n-git-key";
mountPoint = "/run/secrets-host/n8n-git-key";
tag = "n8n-git-key";
proto = "virtiofs";
}
];
volumes = [
{
@@ -147,12 +135,4 @@ in {
};
};
};
# Secrets defined at fw host level, mounted into microvm
sops.secrets.n8n-env = {
mode = "0400";
};
sops.secrets.n8n-git-key = {
mode = "0400";
};
}