Disable password sops stuff.

This commit is contained in:
jay
2025-07-12 09:56:38 -04:00
parent f664de7fcb
commit eb1da112ab
2 changed files with 10 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
{ config, inputs, lib, ... }: {
sops = {
#defaultSopsFile = ../../../../private/secrets.yaml;
secrets = {
jay_password_hash = {
neededForUsers = true;
};
};
#secrets = {
# jay_password_hash = {
# neededForUsers = true;
# };
#};
};
}