fix: set hex file for anubis instances
This commit is contained in:
@@ -22,5 +22,6 @@ in {
|
||||
metricsBind = ":${toString (port + 3)}";
|
||||
serveRobotsTxt = true;
|
||||
target = "http://localhost:${toString port}";
|
||||
ed25519PrivateKeyHexFile = config.sops.secrets."medama/anubis/hexFile".path;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user