From 44fa74431281414c9c38df703f80edb6deacf7b4 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 24 Dec 2025 16:30:50 +0000 Subject: [PATCH] added comment --- modules/system/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/default.nix b/modules/system/default.nix index d4abe22..6c1a0c2 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -13,6 +13,7 @@ ../../system/security.nix ]; environment.systemPackages = with pkgs; [ + # FIXME: must be on their own app git cloudflared ];