store pia secret in git

This commit is contained in:
zuckerberg
2021-06-22 20:48:05 -04:00
parent 1584bd565a
commit e7b9b46f44
5 changed files with 24 additions and 4 deletions

View File

@@ -36,8 +36,8 @@
};
};
bindMounts = {
"/secret" = {
hostPath = "/secret";
"/run/secrets" = {
hostPath = "/run/secrets";
isReadOnly = true;
};
};