add npm secret
This commit is contained in:
parent
40a37b573e
commit
852ea3aab7
2 changed files with 7 additions and 2 deletions
|
@ -12,6 +12,10 @@
|
|||
owner = user;
|
||||
path = "/home/${user}/.secrets/codeberg";
|
||||
};
|
||||
"npm" = {
|
||||
owner = user;
|
||||
path = "/home/${user}/.secrets/npm";
|
||||
};
|
||||
"zipline" = {
|
||||
owner = user;
|
||||
path = "/home/${user}/.secrets/zipline";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue