sync
This commit is contained in:
parent
701f2c531f
commit
1fa4bc50c7
18 changed files with 259 additions and 310 deletions
1
nixos/hosts/exit-node/.target
Normal file
1
nixos/hosts/exit-node/.target
Normal file
|
@ -0,0 +1 @@
|
|||
10.100.1.57
|
|
@ -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";
|
||||
|
|
@ -1 +0,0 @@
|
|||
10.100.0.8
|
|
@ -111,6 +111,14 @@
|
|||
metrics_path = "/metrics";
|
||||
scheme = "https";
|
||||
}
|
||||
{
|
||||
job_name = "plapkit";
|
||||
static_configs = [
|
||||
{ targets = [ "i-pk.noe.sh" ]; }
|
||||
];
|
||||
metrics_path = "/metrics";
|
||||
scheme = "https";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
10.100.1.44
|
||||
10.100.69.69
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue