From d6f7ce6d46177e62624de036612fa028b4384daf Mon Sep 17 00:00:00 2001 From: sid Date: Tue, 19 May 2026 00:43:49 +0200 Subject: [PATCH] disable journald remote for now --- modules/nixos/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/common/default.nix b/modules/nixos/common/default.nix index 10028cd..075c2dd 100644 --- a/modules/nixos/common/default.nix +++ b/modules/nixos/common/default.nix @@ -2,7 +2,7 @@ { imports = [ - ./journald.nix + # ./journald.nix # FIXME: start systemd-journal-upload.service after tailscaled ./nix.nix ./overlays.nix -- 2.51.2