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 = {
|
services.atuin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue