Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc authored Sep 23, 2024
1 parent e0703d7 commit f15698e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,6 @@
enable = false;
port = 80;
};
systemd.services.webhook.serviceConfig.AmbientCapabilities = [ "CAP_NET_BIND_SERVICE" ];
services.webhook = {
enable = true;
port = 80;
hooks = {
echo = {
execute-command = "echo";
response-message = "Webhook is reachable!";
};
};
};
})
];
};
Expand Down

0 comments on commit f15698e

Please sign in to comment.