add mcp log server via journald
This commit is contained in:
parent
d6f7ce6d46
commit
de573124ce
8 changed files with 131 additions and 2 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
# ./journald.nix # FIXME: start systemd-journal-upload.service after tailscaled
|
||||
./nix.nix
|
||||
./overlays.nix
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
services.journald.upload = {
|
||||
enable = true;
|
||||
settings.Upload.URL = "http://100.64.0.5:19532";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue