From 7eb31a5fcd59669a96a3e60d82364c3d73bfe5f7 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Tue, 22 Oct 2024 14:53:03 +0200 Subject: [PATCH] fix: remove the warning because it's wrong /run/credentials is stable for system services. Signed-off-by: Raito Bezarius --- nix/modules/vault-secrets.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/modules/vault-secrets.nix b/nix/modules/vault-secrets.nix index 006a71f..0f3c30b 100644 --- a/nix/modules/vault-secrets.nix +++ b/nix/modules/vault-secrets.nix @@ -20,8 +20,6 @@ let defaultText = "/run/credentials/$service.service/$name"; description = '' Absolute path to systemd's loaded credentials. - WARNING: Using this path might break if systemd in future decides to use - a different location but /run/credentials ''; }; };