monitoring

This commit is contained in:
41666 2024-02-10 17:05:08 -05:00
parent a03149337d
commit eaaad44419
3 changed files with 23 additions and 1 deletions

View file

@ -0,0 +1 @@
root@192.168.1.241

View file

@ -0,0 +1,17 @@
{ pkgs, ... }: {
imports = [
../../templates/proxmox-lxc.nix
../../server.nix
../../features/dns-cache.nix
];
networking.hostName = "monitoring";
system.stateVersion = "24.05";
nixpkgs.hostPlatform = "x86_64-linux";
networking.firewall.allowedTCPPorts = [
80
];
}