mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(gatus): permission to ping
This commit is contained in:
parent
e3d22ca33f
commit
bd7c9ee8f3
8 changed files with 66 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{...}: {
|
||||
type = "Linux";
|
||||
access = {
|
||||
online.available = true;
|
||||
};
|
||||
network.networks = {
|
||||
local = {
|
||||
slaac.enable = false;
|
||||
|
|
@ -11,9 +14,12 @@
|
|||
address6 = "fd7a:115c:a1e0::1901:9d62";
|
||||
};
|
||||
};
|
||||
exports.services = {
|
||||
tailscale.enable = true;
|
||||
sshd.enable = true;
|
||||
#nkvm.enable = true;
|
||||
exports = {
|
||||
status.displayName = "reisen/KVM";
|
||||
services = {
|
||||
tailscale.enable = true;
|
||||
sshd.enable = true;
|
||||
#nkvm.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ _: {
|
|||
proxmox.node = {
|
||||
enable = true;
|
||||
};
|
||||
access = {
|
||||
online.available = true;
|
||||
};
|
||||
extern.files = {
|
||||
"/etc/sysctl.d/50-net.conf" = {
|
||||
source = ./sysctl.50-net.conf;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ _: {
|
|||
};
|
||||
};
|
||||
exports = {
|
||||
status.displayName = "U7 Pro";
|
||||
services = {
|
||||
sshd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue