fix: nix-access-token - permission

This commit is contained in:
Ryan Yin
2024-11-29 22:30:36 +08:00
parent d5e6432efa
commit f0576ecc88
2 changed files with 5 additions and 4 deletions

View File

@@ -116,7 +116,8 @@ in {
{
file = "${mysecrets}/nix-access-tokens.age";
}
// high_security;
# access-token needs to be readable by the user running the `nix` command
// user_readable;
# ---------------------------------------------
# user can read this file.