mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
fix: nix-access-token - permission
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -829,10 +829,10 @@
|
|||||||
"mysecrets": {
|
"mysecrets": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731155403,
|
"lastModified": 1732893968,
|
||||||
"narHash": "sha256-3YbQ3LyA3qToYvlYgVor05ZIU8Mv4D/yACD6NubwlbA=",
|
"narHash": "sha256-Bi0vjWt2S4PKfBToZNc8zUwlwZRUB5/OpDMC8k0hoig=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "9b540e3e9a1d8b68c3d16e9263fc9256edc09ceb",
|
"rev": "0d2564a2feb4f6fcc9cb98a3410fe5531e409043",
|
||||||
"shallow": true,
|
"shallow": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@github.com/ryan4yin/nix-secrets.git"
|
"url": "ssh://git@github.com/ryan4yin/nix-secrets.git"
|
||||||
|
|||||||
@@ -116,7 +116,8 @@ in {
|
|||||||
{
|
{
|
||||||
file = "${mysecrets}/nix-access-tokens.age";
|
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.
|
# user can read this file.
|
||||||
|
|||||||
Reference in New Issue
Block a user