foundry: use sops
This commit is contained in:
parent
055557335b
commit
1b7aafd9a9
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{inputs, ...}: {
|
||||
virtualisation.oci-containers.containers.foundryvtt = {
|
||||
image = "felddy/foundryvtt:release";
|
||||
ports = ["30000:30000"];
|
||||
|
@ -6,8 +6,8 @@
|
|||
"/home/notoh/docker/foundryvtt:/data"
|
||||
];
|
||||
environment = {
|
||||
FOUNDRY_USERNAME = "";
|
||||
FOUNDRY_PASSWORD = "";
|
||||
FOUNDRY_USERNAME = inputs.sops.secrets.foundry-username;
|
||||
FOUNDRY_PASSWORD = inputs.sops.secrets.foundry-password;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue