fix: set hex file for anubis instances

This commit is contained in:
Guz
2025-04-05 17:22:44 -03:00
parent 8034f111cd
commit a9cea7c75f
4 changed files with 16 additions and 2 deletions

View File

@@ -22,5 +22,6 @@ in {
metricsBind = ":${toString (port + 3)}";
serveRobotsTxt = true;
target = "http://localhost:${toString port}";
ed25519PrivateKeyHexFile = config.sops.secrets."medama/anubis/hexFile".path;
};
}

View File

@@ -23,6 +23,7 @@
metricsBind = ":${toString (forgejo-port + 30)}";
serveRobotsTxt = true;
target = "http://localhost:${toString forgejo-port}";
ed25519PrivateKeyHexFile = config.sops.secrets."forgejo/anubis/hexFile".path;
};
};