Fix Sops configuration for user 'olivier' by updating the path to the hashed password secret.

This commit is contained in:
2026-06-20 16:52:59 -03:00
parent 4034a6d81d
commit 9b20b71b50
+1 -1
View File
@@ -7,7 +7,7 @@
olivierEnabled = lib.elem "olivier" config.chiasson.users.enabled; olivierEnabled = lib.elem "olivier" config.chiasson.users.enabled;
in in
{ {
sops.secrets."users/olivier/hashedPassword" = lib.mkIf olivierEnabled { config.sops.secrets."users/olivier/hashedPassword" = lib.mkIf olivierEnabled {
neededForUsers = true; neededForUsers = true;
}; };