parent
1a95d95576
commit
e5acd5e0ce
1 changed files with 12 additions and 0 deletions
|
@ -5,6 +5,18 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
healthchecks.http.atuin-tinc = {
|
||||
url = "${config.networking.hostName}.private:${toString config.services.atuin.port}";
|
||||
expectedContent = "version";
|
||||
};
|
||||
|
||||
# healthchecks.http.atuin-wg0 = {
|
||||
# url = "${config.networking.hostName}.wg0:${toString config.services.atuin.port}";
|
||||
# expectedContent = "version";
|
||||
# };
|
||||
# networking.firewall.interfaces.wg0.allowedTCPPorts = [
|
||||
# config.services.atuin.port
|
||||
# ];
|
||||
|
||||
services.atuin = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue