Move tubearchivist secret
This commit is contained in:
parent
739e0a2685
commit
12258cd8c8
2 changed files with 3 additions and 1 deletions
hosts/nixedo
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
|
@ -327,5 +328,7 @@ in
|
|||
'';
|
||||
};
|
||||
};
|
||||
|
||||
age.secrets.tubearchivist-env.file = "${inputs.self}/secrets/tubearchivist-env.age";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,6 +2,5 @@
|
|||
age.secrets = {
|
||||
cloudflare.file = ../../secrets/cloudflare.age;
|
||||
cloudflared.file = ../../secrets/cloudflared-credentials.age;
|
||||
tubearchivist-env.file = ../../secrets/tubearchivist-env.age;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue