More sops secret setup.

This commit is contained in:
jay
2025-07-12 09:20:03 -04:00
parent b8d0f83d19
commit a529685493
4 changed files with 19 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
{ config, inputs, ... }: {
sops = {
defaultSopsFile = "/home/jay/nixverse/private/secrets.yaml"
secrets = {
jay_password = {
neededForUsers = true;
};
};
};
}