forked from mirrors_public/oddlama_nix-config
feat: convert sentinel to caddy
This commit is contained in:
parent
6f84594c87
commit
9e4f8dcf0d
5 changed files with 51 additions and 25 deletions
|
@ -157,6 +157,7 @@ in {
|
|||
name = "Loki";
|
||||
type = "loki";
|
||||
access = "proxy";
|
||||
# TODO use public endpoint, and enable oauth token passing
|
||||
url = "http://${nodes."${parentNodeName}-loki".config.extra.wireguard."${parentNodeName}-local-vms".ipv4}:3100";
|
||||
orgId = 1;
|
||||
}
|
||||
|
@ -239,6 +240,8 @@ in {
|
|||
}: {
|
||||
rekey.hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICDDvvF3+KwfoZrPAUAt2HS7y5FM9S5Mr1iRkBUqoXno";
|
||||
|
||||
extra.wireguard.proxy-sentinel.client.via = "sentinel";
|
||||
|
||||
networking.nftables.firewall = {
|
||||
zones = lib.mkForce {
|
||||
#local-vms.interfaces = ["local-vms"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue