diff --git a/Justfile b/Justfile index 1483ba5..4925d56 100644 --- a/Justfile +++ b/Justfile @@ -68,7 +68,7 @@ sops-generate-keys: deploy target_host extra_flags="": @test -f nixos/hosts/{{target_host}}/.target || { echo "Host cannot be deployed, add a .target file with SSH destination"; exit 1; } - ssh -A `cat nixos/hosts/{{target_host}}/.target` sudo nixos-rebuild switch {{extra_flags}} --flake \"git+https://codeberg.org/noe/nixos.git?ref={{branch}}\&rev={{commit}}#{{target_host}}\" + ssh -A `cat nixos/hosts/{{target_host}}/.target` sudo nixos-rebuild switch {{extra_flags}} --accept-flake-config --flake \"git+https://codeberg.org/noe/nixos.git?ref={{branch}}\&rev={{commit}}#{{target_host}}\" # ssh target_host *args='': diff --git a/nixos/hosts/monitoring/default.nix b/nixos/hosts/monitoring/default.nix index d91d534..8e828d8 100644 --- a/nixos/hosts/monitoring/default.nix +++ b/nixos/hosts/monitoring/default.nix @@ -3,6 +3,7 @@ ../../templates/proxmox-lxc.nix ../../server.nix ../../features/dns-cache.nix + ../../features/telemetry ]; networking.hostName = "monitoring"; @@ -58,6 +59,7 @@ (static "keylime" [ node ]) (static "keysmash" [ node ]) (static "cider" [ node ]) + (static "monitoring" [ node ]) (static "ingress-proxy" [ node nginx ]) { job_name = "pve_node";