This commit is contained in:
41666 2024-07-16 02:45:18 -04:00
parent 701f2c531f
commit 1fa4bc50c7
18 changed files with 259 additions and 310 deletions

View file

@ -0,0 +1 @@
10.100.1.57

View file

@ -2,13 +2,9 @@
imports = [
../../templates/proxmox-lxc.nix
../../server.nix
../../features/podman.nix
../../features/dns-cache.nix
];
home-manager.users.noe = import ../../../home-manager/noe/hosts/keylime.nix;
networking.hostName = "keylime";
networking.hostName = "exit-node";
system.stateVersion = "24.05";
nixpkgs.hostPlatform = "x86_64-linux";

View file

@ -1 +0,0 @@
10.100.0.8

View file

@ -111,6 +111,14 @@
metrics_path = "/metrics";
scheme = "https";
}
{
job_name = "plapkit";
static_configs = [
{ targets = [ "i-pk.noe.sh" ]; }
];
metrics_path = "/metrics";
scheme = "https";
}
];
};

View file

@ -1 +1 @@
10.100.1.44
10.100.69.69