fix: n8n
This commit is contained in:
parent
df5c89f071
commit
c0d868088e
3 changed files with 54 additions and 58 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue