From 4ca5b8a47b15578cdbe135f7223526a1cd91b28b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:41:26 +0400 Subject: [PATCH] default.nix: change agenix secretsMountPoint to /run/secrets for consistency or whatever they call it --- default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.nix b/default.nix index 0d3e954f..86fb5c33 100644 --- a/default.nix +++ b/default.nix @@ -130,6 +130,9 @@ ripgrep # better grep may help later inputs.agenix.packages.${system}.default ]; + + age.secretsMountPoint = "/run/secrets"; + # you phisiclally cannot live without this # litearlly! ! ! ! ! ! programs.gnupg.agent = {