fix(gatus): permission to ping

This commit is contained in:
arcnmx 2024-11-20 11:30:21 -08:00
parent e3d22ca33f
commit bd7c9ee8f3
8 changed files with 66 additions and 7 deletions

View file

@ -5,11 +5,13 @@ _: {
};
network.networks = {
local = {
slaac.enable = false;
address4 = "10.1.1.12";
address6 = null;
};
};
exports = {
status.displayName = "gengetsu/IDRAC";
services = {
sshd = {
enable = true;