From 80ba673c75ff2ea0cb5acddacfb4cc28a6c40fed Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Mon, 14 Oct 2024 15:10:21 -0600 Subject: [PATCH] nixos: Adjust Nix store warning for environmentFile --- nixos/atticd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/atticd.nix b/nixos/atticd.nix index 9059bfc..e20d1c0 100644 --- a/nixos/atticd.nix +++ b/nixos/atticd.nix @@ -182,7 +182,7 @@ in message = '' points to a path in the Nix store. The Nix store is globally readable. - You should use a quoted absolute path to prevent this. + You should use a quoted absolute path to prevent leaking secrets in the Nix store. ''; } ];