fix: paths to secrets files because of new folder structure
buildbot/nix-eval Build done.

This commit is contained in:
Greg Hellings
2026-02-19 08:06:54 -06:00
parent 504bfcdd8f
commit c6b973738b
6 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
];
age.secrets = {
gitea-workerPassword.file = ../../secrets/gitea/workerPassword.age;
gitea-workerPassword.file = ../../../secrets/gitea/workerPassword.age;
};
boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];