mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
chore: get secrets via input, mock for CI
this fixes CI, yay!
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
@@ -11,7 +11,7 @@
|
||||
};
|
||||
|
||||
age.secrets.onlyoffice-key = {
|
||||
file = ../../secrets/onlyoffice-jwt-key.age;
|
||||
file = inputs.secrets + "/onlyoffice-jwt-key.age";
|
||||
owner = "onlyoffice";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user