More sops secret setup.

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

View File

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