add npm secret

This commit is contained in:
cswimr 2025-02-13 10:08:10 -06:00
parent 40a37b573e
commit 852ea3aab7
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 7 additions and 2 deletions

View file

@ -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";