add mcp log server via journald
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 19s
Flake check / flake-check (pull_request) Successful in 19s

This commit is contained in:
sid 2026-05-19 12:56:26 +02:00
parent d6f7ce6d46
commit de573124ce
8 changed files with 131 additions and 2 deletions

View file

@ -2,7 +2,6 @@
{
imports = [
# ./journald.nix # FIXME: start systemd-journal-upload.service after tailscaled
./nix.nix
./overlays.nix

View file

@ -1,6 +0,0 @@
{
services.journald.upload = {
enable = true;
settings.Upload.URL = "http://100.64.0.5:19532";
};
}