default.nix: change agenix secretsMountPoint to /run/secrets
for consistency or whatever they call it
This commit is contained in:
parent
08eb16ed77
commit
4ca5b8a47b
1 changed files with 3 additions and 0 deletions
|
@ -130,6 +130,9 @@
|
||||||
ripgrep # better grep may help later
|
ripgrep # better grep may help later
|
||||||
inputs.agenix.packages.${system}.default
|
inputs.agenix.packages.${system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
age.secretsMountPoint = "/run/secrets";
|
||||||
|
|
||||||
# you phisiclally cannot live without this
|
# you phisiclally cannot live without this
|
||||||
# litearlly! ! ! ! ! !
|
# litearlly! ! ! ! ! !
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
|
Loading…
Reference in a new issue